Merge "AudioService: Add warning log when handleDeviceConnection failed" into pi-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
6664f982a7
@@ -5971,6 +5971,8 @@ public class AudioService extends IAudioService.Stub
|
||||
mConnectedDevices.remove(deviceKey);
|
||||
return true;
|
||||
}
|
||||
Log.w(TAG, "handleDeviceConnection() failed, deviceKey=" + deviceKey + ", deviceSpec="
|
||||
+ deviceSpec + ", connect=" + connect);
|
||||
}
|
||||
return false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user