Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 737210b7 authored by Hall Liu's avatar Hall Liu Committed by android-build-merger
Browse files

Merge "Add logging values for new call states"

am: e87b7156

Change-Id: I142b6cf55c56063e1c9a031771dd354b9cd6d3be
parents 4cfb3545 e87b7156
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -2049,6 +2049,10 @@ public final class Call {
                return "DISCONNECTING";
            case STATE_SELECT_PHONE_ACCOUNT:
                return "SELECT_PHONE_ACCOUNT";
            case STATE_SIMULATED_RINGING:
                return "SIMULATED_RINGING";
            case STATE_AUDIO_PROCESSING:
                return "AUDIO_PROCESSING";
            default:
                Log.w(Call.class, "Unknown state %d", state);
                return "UNKNOWN";