Merge "Bluetooth: don't output dumpsys info twice" am: c77074300b am: fde6c2a4af

am: fd853576c5

Change-Id: Ibd7eb23ffd10afc749dceb977683c02a5b5344fc
This commit is contained in:
Marie Janssen
2017-01-04 19:23:24 +00:00
committed by android-build-merger

View File

@@ -2033,6 +2033,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) {