Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c09a460e authored by Jack He's avatar Jack He Committed by android-build-merger
Browse files

Merge "AudioService: Add warning log when handleDeviceConnection failed" into pi-dev am: 6664f982

am: 107cbd78

Change-Id: I14936223b4ac35776659ecd47da7acadd591fbd2
parents 7ea5b419 107cbd78
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -5984,6 +5984,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;
    }