Loading src/com/android/server/telecom/Call.java +1 −1 Original line number Diff line number Diff line Loading @@ -1278,7 +1278,7 @@ public class Call implements CreateConnectionResponse, EventManager.Loggable, int statsdDisconnectCause = (newState == CallState.DISCONNECTED) ? getDisconnectCause().getCode() : DisconnectCause.UNKNOWN; TelecomStatsLog.write(TelecomStatsLog.CALL_STATE_CHANGED, newState, statsdDisconnectCause, isSelfManaged(), isExternalCall()); statsdDisconnectCause, isSelfManaged(), isExternalCall(), isEmergencyCall()); } return true; } Loading src/com/android/server/telecom/CallAnomalyWatchdog.java +1 −1 Original line number Diff line number Diff line Loading @@ -347,7 +347,7 @@ public class CallAnomalyWatchdog extends CallsManagerListenerBase implements Cal private void writeCallStateChangedAtom(Call call) { TelecomStatsLog.write(TelecomStatsLog.CALL_STATE_CHANGED, call.getState(), DisconnectCause.ERROR, call.isSelfManaged(), call.isExternalCall()); call.isExternalCall(), call.isEmergencyCall()); } /** Loading Loading
src/com/android/server/telecom/Call.java +1 −1 Original line number Diff line number Diff line Loading @@ -1278,7 +1278,7 @@ public class Call implements CreateConnectionResponse, EventManager.Loggable, int statsdDisconnectCause = (newState == CallState.DISCONNECTED) ? getDisconnectCause().getCode() : DisconnectCause.UNKNOWN; TelecomStatsLog.write(TelecomStatsLog.CALL_STATE_CHANGED, newState, statsdDisconnectCause, isSelfManaged(), isExternalCall()); statsdDisconnectCause, isSelfManaged(), isExternalCall(), isEmergencyCall()); } return true; } Loading
src/com/android/server/telecom/CallAnomalyWatchdog.java +1 −1 Original line number Diff line number Diff line Loading @@ -347,7 +347,7 @@ public class CallAnomalyWatchdog extends CallsManagerListenerBase implements Cal private void writeCallStateChangedAtom(Call call) { TelecomStatsLog.write(TelecomStatsLog.CALL_STATE_CHANGED, call.getState(), DisconnectCause.ERROR, call.isSelfManaged(), call.isExternalCall()); call.isExternalCall(), call.isEmergencyCall()); } /** Loading