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

Commit f8525417 authored by Hyundo Moon's avatar Hyundo Moon Committed by Gerrit Code Review
Browse files

Merge "AdapterProperties: Show profile name instead of value in log" into main

parents 2c8c9a2b be41ed86
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -816,7 +816,8 @@ class AdapterProperties {
                        + " -> " + newAdapterState);
                if (!isNormalStateTransition(prevState, state)) {
                    Log.w(TAG, "ADAPTER_CONNECTION_STATE_CHANGE: unexpected transition for profile="
                            + profile + ", device=" + device + ", " + prevState + " -> " + state);
                            + BluetoothProfile.getProfileName(profile)
                            + ", device=" + device + ", " + prevState + " -> " + state);
                }
                mService.sendBroadcastAsUser(intent, UserHandle.ALL, BLUETOOTH_CONNECT,
                        Utils.getTempAllowlistBroadcastOptions());