Forgot one log in previous commit...

This commit is contained in:
Sylvain Berfini 2016-05-12 16:26:26 +02:00
parent 15379a8cbe
commit 83141e49f0

View file

@ -28,7 +28,7 @@ public class KeepAliveHandler extends BroadcastReceiver {
@Override
public void onReceive(Context context, Intent intent) {
Log.i("Keep alive handler invoked");
//Log.i("Keep alive handler invoked"); //TODO FIXME Crash since the log rework
if (LinphoneManager.getLcIfManagerNotDestroyedOrNull() != null) {
//first refresh registers
LinphoneManager.getLc().refreshRegisters();