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

Commit 4e9b8d4f authored by Jean-Michel Trivi's avatar Jean-Michel Trivi Committed by Android (Google) Code Review
Browse files

Merge "Fix audio focus logging" into nyc-dev

parents 394d3dfb 449362e0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2149,7 +2149,7 @@ public class AudioManager {
                                }
                                if (listener != null) {
                                    Log.d(TAG, "AudioManager dispatching onAudioFocusChange("
                                            + msg.what + ") for " + msg.obj);
                                            + msg.arg1 + ") for " + msg.obj);
                                    listener.onAudioFocusChange(msg.arg1);
                                }
                                break;