Merge "Bluetooth: don't output dumpsys info twice" am: c77074300b
am: fde6c2a4af
Change-Id: I53c6c777cac8eb129ba1a4a08e81a496deb31c44
This commit is contained in:
@@ -2028,6 +2028,11 @@ class BluetoothManagerService extends IBluetoothManager.Stub {
|
|||||||
}
|
}
|
||||||
|
|
||||||
writer.flush();
|
writer.flush();
|
||||||
|
if (args.length == 0) {
|
||||||
|
// Add arg to produce output
|
||||||
|
args = new String[1];
|
||||||
|
args[0] = "--print";
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (mBluetoothBinder == null) {
|
if (mBluetoothBinder == null) {
|
||||||
|
|||||||
Reference in New Issue
Block a user