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

Commit a52b796a 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

Change-Id: I53c6c777cac8eb129ba1a4a08e81a496deb31c44
parents 879bb230 7794406f
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -2028,6 +2028,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) {