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

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

Merge "Bluetooth: don't output dumpsys info twice" am: c7707430 am: fde6c2a4

am: fd853576

Change-Id: Ibd7eb23ffd10afc749dceb977683c02a5b5344fc
parents b53de541 fd853576
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -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) {