Merge "AudioService: remove debug messages"

This commit is contained in:
TreeHugger Robot
2021-01-07 05:15:18 +00:00
committed by Android (Google) Code Review
2 changed files with 0 additions and 4 deletions

View File

@@ -741,8 +741,6 @@ public class AudioSystem
synchronized (AudioSystem.class) {
cb = sRoutingUpdateCallback;
}
//###
Log.i(TAG, "#################### update");
if (cb == null) {
Log.e(TAG, "routing update from APM was not captured");
return;

View File

@@ -3467,8 +3467,6 @@ public class AudioService extends IAudioService.Stub
/** @see AudioManager#getStreamVolume(int) */
public int getStreamVolume(int streamType) {
ensureValidStreamType(streamType);
Log.e(TAG, "AudioSystem.getDevicesForStream In AudioService from u/pid"
+ Binder.getCallingUid() + "/" + Binder.getCallingPid());
int device = getDeviceForStream(streamType);
synchronized (VolumeStreamState.class) {
int index = mStreamStates[streamType].getIndex(device);