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

Commit c0579d26 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...

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

Original change: https://android-review.googlesource.com/c/platform/packages/modules/Bluetooth/+/2917687



Change-Id: I86756f037f00bad84b6fbcab80ec8101b7428e3f
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents f1157959 78fd3ed4
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";
            }