Fixed audio device java object instance in log

This commit is contained in:
Sylvain Berfini 2024-09-30 13:46:59 +02:00
parent 42cf8fd89e
commit 20daa67ccf
3 changed files with 2 additions and 8 deletions

6
.idea/kotlinc.xml generated
View file

@ -1,6 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="KotlinJpsPluginSettings">
<option name="version" value="2.0.10" />
</component>
</project>

View file

@ -735,7 +735,7 @@ class CurrentCallViewModel @UiThread constructor() : GenericViewModel() {
}
}
list.add(model)
Log.i("$TAG Found audio device [$device]")
Log.i("$TAG Found audio device [${device.id}]")
}
if (list.size > 2) {

View file

@ -360,7 +360,7 @@ class MeetingWaitingRoomViewModel @UiThread constructor() : GenericViewModel() {
}
}
list.add(model)
Log.i("$TAG Found audio device [$device]")
Log.i("$TAG Found audio device [${device.id}]")
}
if (list.size > 2) {