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

Commit f41fb2e1 authored by Jason Monk's avatar Jason Monk Committed by Android Git Automerger
Browse files

am e15cecc9: Merge "Don\'t crash in bugreport on devices without BT" into mnc-dev

* commit 'e15cecc9':
  Don't crash in bugreport on devices without BT
parents e9dd1ec6 e15cecc9
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -59,6 +59,9 @@ public class BluetoothControllerImpl implements BluetoothController, BluetoothCa
    public void dump(FileDescriptor fd, PrintWriter pw, String[] args) {
        pw.println("BluetoothController state:");
        pw.print("  mLocalBluetoothManager="); pw.println(mLocalBluetoothManager);
        if (mLocalBluetoothManager == null) {
            return;
        }
        pw.print("  mEnabled="); pw.println(mEnabled);
        pw.print("  mConnecting="); pw.println(mConnecting);
        pw.print("  mLastDevice="); pw.println(mLastDevice);