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

Commit 5b14cd33 authored by Marie Janssen's avatar Marie Janssen Committed by Gerrit Code Review
Browse files

Merge "Bluetooth: don't output dumpsys info twice"

parents 570ac351 ad5a1691
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -2029,6 +2029,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) {