Merge "Print anonymized address when new profile update" am: 286d24fd0d am: fc7e697e4c am: 74b622f7cb
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1903973 Change-Id: Ia9f5baa97edceebc717cff4494b19441fb48cab0
This commit is contained in:
@@ -191,7 +191,7 @@ public class CachedBluetoothDevice implements Comparable<CachedBluetoothDevice>
|
|||||||
void onProfileStateChanged(LocalBluetoothProfile profile, int newProfileState) {
|
void onProfileStateChanged(LocalBluetoothProfile profile, int newProfileState) {
|
||||||
if (BluetoothUtils.D) {
|
if (BluetoothUtils.D) {
|
||||||
Log.d(TAG, "onProfileStateChanged: profile " + profile + ", device "
|
Log.d(TAG, "onProfileStateChanged: profile " + profile + ", device "
|
||||||
+ mDevice.getAlias() + ", newProfileState " + newProfileState);
|
+ mDevice.getAnonymizedAddress() + ", newProfileState " + newProfileState);
|
||||||
}
|
}
|
||||||
if (mLocalAdapter.getState() == BluetoothAdapter.STATE_TURNING_OFF)
|
if (mLocalAdapter.getState() == BluetoothAdapter.STATE_TURNING_OFF)
|
||||||
{
|
{
|
||||||
@@ -742,7 +742,7 @@ public class CachedBluetoothDevice implements Comparable<CachedBluetoothDevice>
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (BluetoothUtils.D) {
|
if (BluetoothUtils.D) {
|
||||||
Log.d(TAG, "updating profiles for " + mDevice.getAlias());
|
Log.d(TAG, "updating profiles for " + mDevice.getAnonymizedAddress());
|
||||||
BluetoothClass bluetoothClass = mDevice.getBluetoothClass();
|
BluetoothClass bluetoothClass = mDevice.getBluetoothClass();
|
||||||
|
|
||||||
if (bluetoothClass != null) Log.v(TAG, "Class: " + bluetoothClass.toString());
|
if (bluetoothClass != null) Log.v(TAG, "Class: " + bluetoothClass.toString());
|
||||||
|
|||||||
Reference in New Issue
Block a user