Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c282d970 authored by Marie Janssen's avatar Marie Janssen Committed by android-build-merger
Browse files

Merge "Bluetooth: don't output dumpsys info twice" am: 5b14cd33 am: 7794406f am: a52b796a

am: 1c3a5c59

Change-Id: I5aeea3979a9cd530e7324ce63a7ca7581648a371
parents 1b84aea1 1c3a5c59
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -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) {