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

Commit 107cbd78 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

Change-Id: Id5dfb9bb2176d2117a4b4fb1477bc7e3009ddc2e
parents 76af91dd 6664f982
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -5980,6 +5980,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;
    }