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

Commit b0ab751e authored by William Escande's avatar William Escande
Browse files

SystemServer: cleanup dump

Bug: 311772251
Test: m Bluetooth
Flag: Exempt refactor
Change-Id: Idba6b8ff1215744c13c241d93521be03fff2faa5
parent 28f77260
Loading
Loading
Loading
Loading
+4 −7
Original line number Diff line number Diff line
@@ -2210,17 +2210,14 @@ class BluetoothManagerService {
            writer.println("  " + Log.timeToStringWithZone(time));
        }

        writer.println(
                "\n"
                        + mBleApps.size()
                        + " BLE app"
                        + (mBleApps.size() == 1 ? "" : "s")
                        + " registered");
        writer.println("");
        writer.println("Number of Ble app registered: " + mBleApps.size());
        for (ClientDeathRecipient app : mBleApps.values()) {
            writer.println("  " + app.getPackageName());
        }

        writer.println("\nBluetoothManagerService:");
        writer.println("");
        writer.println("BluetoothManagerService:");
        writer.println("  mEnable:" + mEnable);
        writer.println("  mQuietEnable:" + mQuietEnable);
        writer.println("  mEnableExternal:" + mEnableExternal);