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

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

Adds mAudioRouteAllowed to dump... am: 41f99da1

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

Change-Id: I83d2b990cf84a76c0d7554482f0003551e426145
parents 35930bec 41f99da1
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) {