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

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

Merge cherrypicks of [9944753, 9944208, 9945193, 9945194, 9944754, 9944210,...

Merge cherrypicks of [9944753, 9944208, 9945193, 9945194, 9944754, 9944210, 9945365, 9945195, 9945196, 9945197, 9944756, 9945878] into qt-qpr1-release

Change-Id: Id85ca108b893cbb5af1b2d3cbbd83edff2d4c8fb
parents 6d279f59 e443ed1a
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();
            }
        }
    };