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

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

Merge cherrypicks of [9945838, 9945224, 9945858, 9945662, 9944632, 9945840,...

Merge cherrypicks of [9945838, 9945224, 9945858, 9945662, 9944632, 9945840, 9945841, 9945683, 9945684, 9945664, 9945860] into qt-qpr1-b-release

Change-Id: I8f5a18f0368a4389ce683ce9ade63a5bab7e221c
parents 6d279f59 9797e479
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();
            }
        }
    };