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

Commit d9ecff53 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...

Merge "audioservice: add latency modes to dumpsys" into udc-dev am: a53ad880 am: 59d1129b am: 3ba81d83

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/23216274



Change-Id: I67a0a0c01edeee517e2d215e316d0dbd9310d1e1
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents ded66340 3ba81d83
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);