Loading telecomm/java/android/telecom/ConnectionService.java +2 −1 Original line number Diff line number Diff line Loading @@ -1436,8 +1436,9 @@ public abstract class ConnectionService extends Service { } Log.d(this, "createConnection, connection: %s", connection); if (connection == null) { Log.i(this, "createConnection, implementation returned null connection."); connection = Connection.createFailedConnection( new DisconnectCause(DisconnectCause.ERROR)); new DisconnectCause(DisconnectCause.ERROR, "IMPL_RETURNED_NULL_CONNECTION")); } connection.setTelecomCallId(callId); Loading Loading
telecomm/java/android/telecom/ConnectionService.java +2 −1 Original line number Diff line number Diff line Loading @@ -1436,8 +1436,9 @@ public abstract class ConnectionService extends Service { } Log.d(this, "createConnection, connection: %s", connection); if (connection == null) { Log.i(this, "createConnection, implementation returned null connection."); connection = Connection.createFailedConnection( new DisconnectCause(DisconnectCause.ERROR)); new DisconnectCause(DisconnectCause.ERROR, "IMPL_RETURNED_NULL_CONNECTION")); } connection.setTelecomCallId(callId); Loading