mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-17 19:38:08 +00:00
Prevent keepalivehandler to crash, to fix
This commit is contained in:
parent
6f06aeacd1
commit
15379a8cbe
1 changed files with 1 additions and 1 deletions
|
|
@ -36,7 +36,7 @@ public class KeepAliveHandler extends BroadcastReceiver {
|
|||
try {
|
||||
Thread.sleep(2000);
|
||||
} catch (InterruptedException e) {
|
||||
Log.e("Cannot sleep for 2s", e);
|
||||
//Log.e("Cannot sleep for 2s", e); //TODO FIXME Crash since the log rework
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue