Loading src/com/android/server/telecom/Call.java +1 −2 Original line number Diff line number Diff line Loading @@ -3176,8 +3176,7 @@ public class Call implements CreateConnectionResponse, EventManager.Loggable, } else if (mConnectionService != null) { mConnectionService.onExtrasChanged(this, mExtras); } else { Log.e(this, new NullPointerException(), "putExtras failed due to null CS callId=%s", getId()); Log.w(this, "putExtras failed due to null CS callId=%s", getId()); } } } Loading Loading
src/com/android/server/telecom/Call.java +1 −2 Original line number Diff line number Diff line Loading @@ -3176,8 +3176,7 @@ public class Call implements CreateConnectionResponse, EventManager.Loggable, } else if (mConnectionService != null) { mConnectionService.onExtrasChanged(this, mExtras); } else { Log.e(this, new NullPointerException(), "putExtras failed due to null CS callId=%s", getId()); Log.w(this, "putExtras failed due to null CS callId=%s", getId()); } } } Loading