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

Commit 2e32a855 authored by android-build-team Robot's avatar android-build-team Robot
Browse files

Snap for 6016135 from 6fa51e76 to qt-qpr2-release

Change-Id: I6c78837074dbc49389354d960b17477843fc8f22
parents ac092637 6fa51e76
Loading
Loading
Loading
Loading
+12 −8
Original line number Diff line number Diff line
@@ -1275,6 +1275,7 @@ public class CallAudioRouteStateMachine extends StateMachine {
        @Override
        public void onReceive(Context context, Intent intent) {
            Log.startSession("CARSM.mCR");
            try {
                if (AudioManager.ACTION_MICROPHONE_MUTE_CHANGED.equals(intent.getAction())) {
                    if (mCallsManager.hasEmergencyCall()) {
                        Log.i(this, "Mute was externally changed when there's an emergency call. " +
@@ -1286,6 +1287,9 @@ public class CallAudioRouteStateMachine extends StateMachine {
                } else {
                    Log.w(this, "Received non-mute-change intent");
                }
            } finally {
                Log.endSession();
            }
        }
    };