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) {
|
||||
Log.d(TAG, "AudioManager dispatching onAudioFocusChange("
|
||||
+ msg.what + ") for " + msg.obj);
|
||||
+ msg.arg1 + ") for " + msg.obj);
|
||||
listener.onAudioFocusChange(msg.arg1);
|
||||
}
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user