Loading service/src/com/android/server/bluetooth/BluetoothManagerService.java +1 −2 Original line number Diff line number Diff line Loading @@ -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"; } Loading Loading
service/src/com/android/server/bluetooth/BluetoothManagerService.java +1 −2 Original line number Diff line number Diff line Loading @@ -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"; } Loading