mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-17 11:28:06 +00:00
Forgot to break loop + fixed issue in log
This commit is contained in:
parent
60a3752fe8
commit
5cd0a741ab
1 changed files with 3 additions and 1 deletions
|
|
@ -203,9 +203,11 @@ class TelecomCallControlCallback(
|
||||||
if (result is CallControlResult.Error) {
|
if (result is CallControlResult.Error) {
|
||||||
Log.e("$TAG Failed to change endpoint audio device, error [$result]")
|
Log.e("$TAG Failed to change endpoint audio device, error [$result]")
|
||||||
} else {
|
} else {
|
||||||
Log.i("$TAG It took [$attempts] to change endpoint audio device...")
|
Log.i("$TAG It took [$attempts] attempt(s) to change endpoint audio device...")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
break
|
||||||
} else {
|
} else {
|
||||||
Log.w("$TAG No matching audio endpoint found...")
|
Log.w("$TAG No matching audio endpoint found...")
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue