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

Commit a53ad880 authored by Eric Laurent's avatar Eric Laurent Committed by Android (Google) Code Review
Browse files

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

parents be5b49dc 05554003
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);