Skip to content
Snippets Groups Projects
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
No related branches found
No related tags found
No related merge requests found
......@@ -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());
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment