Merge "Fix audio focus logging" into nyc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
4e9b8d4fe4
@@ -2149,7 +2149,7 @@ public class AudioManager {
|
|||||||
}
|
}
|
||||||
if (listener != null) {
|
if (listener != null) {
|
||||||
Log.d(TAG, "AudioManager dispatching onAudioFocusChange("
|
Log.d(TAG, "AudioManager dispatching onAudioFocusChange("
|
||||||
+ msg.what + ") for " + msg.obj);
|
+ msg.arg1 + ") for " + msg.obj);
|
||||||
listener.onAudioFocusChange(msg.arg1);
|
listener.onAudioFocusChange(msg.arg1);
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
|||||||
Reference in New Issue
Block a user