replace error log by debug log.
This commit is contained in:
parent
56bb8e926f
commit
216b240433
1 changed files with 2 additions and 1 deletions
|
@ -225,7 +225,8 @@ public class CallIncomingActivity extends Activity implements LinphoneSliderTrig
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (mCall == null) {
|
if (mCall == null) {
|
||||||
Log.e("Couldn't find incoming call");
|
//The incoming call no longer exists.
|
||||||
|
Log.d("Couldn't find incoming call");
|
||||||
finish();
|
finish();
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue