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