Merge "Bluetooth: log who changes adapter name" am: 78f92ef7fa am: 8e139a82cd
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1428568 Change-Id: I2b63691b16d78be09b8217e06006a6f58f357604
This commit is contained in:
@@ -412,7 +412,8 @@ class BluetoothManagerService extends IBluetoothManager.Stub {
|
||||
if (BluetoothAdapter.ACTION_LOCAL_NAME_CHANGED.equals(action)) {
|
||||
String newName = intent.getStringExtra(BluetoothAdapter.EXTRA_LOCAL_NAME);
|
||||
if (DBG) {
|
||||
Slog.d(TAG, "Bluetooth Adapter name changed to " + newName);
|
||||
Slog.d(TAG, "Bluetooth Adapter name changed to " + newName + " by "
|
||||
+ mContext.getPackageName());
|
||||
}
|
||||
if (newName != null) {
|
||||
storeNameAndAddress(newName, null);
|
||||
|
||||
Reference in New Issue
Block a user