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

Commit 6664f982 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

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

parents 4dddd61f f05e516f
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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;
    }