Merge "Early return when mA2dp is null (disconnected) to avoid null object reference" into udc-dev
This commit is contained in:
@@ -218,8 +218,8 @@ public class BtHelper {
|
|||||||
if (AudioService.DEBUG_VOL) {
|
if (AudioService.DEBUG_VOL) {
|
||||||
AudioService.sVolumeLogger.enqueue(new EventLogger.StringEvent(
|
AudioService.sVolumeLogger.enqueue(new EventLogger.StringEvent(
|
||||||
"setAvrcpAbsoluteVolumeIndex: bailing due to null mA2dp").printLog(TAG));
|
"setAvrcpAbsoluteVolumeIndex: bailing due to null mA2dp").printLog(TAG));
|
||||||
return;
|
|
||||||
}
|
}
|
||||||
|
return;
|
||||||
}
|
}
|
||||||
if (!mAvrcpAbsVolSupported) {
|
if (!mAvrcpAbsVolSupported) {
|
||||||
AudioService.sVolumeLogger.enqueue(new EventLogger.StringEvent(
|
AudioService.sVolumeLogger.enqueue(new EventLogger.StringEvent(
|
||||||
|
|||||||
Reference in New Issue
Block a user