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

Commit 8d18c01f authored by Eric Laurent's avatar Eric Laurent Committed by Automerger Merge Worker
Browse files

Merge "audioservice: add latency modes to dumpsys" into udc-dev am: a53ad880

parents ee37815a a53ad880
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -11053,6 +11053,11 @@ public class AudioService extends IAudioService.Stub
        dumpAccessibilityServiceUids(pw);
        dumpAssistantServicesUids(pw);
        pw.print("  supportsBluetoothVariableLatency=");
        pw.println(AudioSystem.supportsBluetoothVariableLatency());
        pw.print("  isBluetoothVariableLatencyEnabled=");
        pw.println(AudioSystem.isBluetoothVariableLatencyEnabled());
        dumpAudioPolicies(pw);
        mDynPolicyLogger.dump(pw);
        mPlaybackMonitor.dump(pw);