Merge "Bluetooth: don't output dumpsys info twice"
am: c77074300b
Change-Id: I727ed233944a18565e7286bfe0a8d7832a2be962
This commit is contained in:
@@ -2035,6 +2035,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