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

Commit 7794406f 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

Change-Id: I727ed233944a18565e7286bfe0a8d7832a2be962
parents 39d0e6c1 5b14cd33
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -2035,6 +2035,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) {