Merge "Fix audio focus logging" into nyc-dev

This commit is contained in:
Jean-Michel Trivi
2016-03-31 00:10:24 +00:00
committed by Android (Google) Code Review

View File

@@ -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;