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

Commit d2e41a18 authored by lingfan's avatar lingfan Committed by Automerger Merge Worker
Browse files

Adds mAudioRouteAllowed to dump... am: 41f99da1 am: 6cb6d070

Original change: https://android-review.googlesource.com/c/platform/packages/modules/Bluetooth/+/1913015

Change-Id: I4fd248ca79c8f1fa859f89c58d08f6a82d50ebc3
parents 1634f74e 6cb6d070
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -212,6 +212,7 @@ public class HeadsetClientStateMachine extends StateMachine {
        ProfileService.println(sb, "  mIndicatorBatteryLevel: " + mIndicatorBatteryLevel);
        ProfileService.println(sb, "  mOperatorName: " + mOperatorName);
        ProfileService.println(sb, "  mSubscriberInfo: " + mSubscriberInfo);
        ProfileService.println(sb, "  mAudioRouteAllowed: " + mAudioRouteAllowed);

        ProfileService.println(sb, "  mCalls:");
        if (mCalls != null) {