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

Commit 78fd3ed4 authored by David Duarte's avatar David Duarte Committed by Automerger Merge Worker
Browse files

Merge "bluetooth_manager: Use dumpAsync to not block on Bluetooth" into main am: cbfb4345

parents 2614d2ff cbfb4345
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -2433,8 +2433,7 @@ class BluetoothManagerService {
            errorMsg = "Bluetooth Service not connected";
        } else {
            try {
                // TODO(b/239890880): system_server cannot make non-oneway call
                mAdapter.getAdapterBinder().asBinder().dump(fd, args);
                mAdapter.getAdapterBinder().asBinder().dumpAsync(fd, args);
            } catch (RemoteException re) {
                errorMsg = "RemoteException while dumping Bluetooth Service";
            }