mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-17 03:18:06 +00:00
Fixed audio device java object instance in log
This commit is contained in:
parent
42cf8fd89e
commit
20daa67ccf
3 changed files with 2 additions and 8 deletions
6
.idea/kotlinc.xml
generated
6
.idea/kotlinc.xml
generated
|
|
@ -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>
|
||||
|
|
@ -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) {
|
||||
|
|
|
|||
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue