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

Commit 2e6ef064 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

am: 737210b7

Change-Id: Ie2a173292c8b8cd7c067ef374d1af62e1021b458
parents b17294db 737210b7
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";