Loading framework/java/android/bluetooth/BluetoothAdapter.java +1 −4 Original line number Diff line number Diff line Loading @@ -1163,11 +1163,8 @@ public final class BluetoothAdapter { mService.getState(recv); return recv.awaitResultNoInterrupt(getSyncTimeout()).getValue(state); } } catch (TimeoutException e) { } catch (RemoteException | TimeoutException e) { Log.e(TAG, e.toString() + "\n" + Log.getStackTraceString(new Throwable())); } catch (RemoteException e) { Log.e(TAG, "", e); e.rethrowFromSystemServer(); } finally { mServiceLock.readLock().unlock(); } Loading Loading
framework/java/android/bluetooth/BluetoothAdapter.java +1 −4 Original line number Diff line number Diff line Loading @@ -1163,11 +1163,8 @@ public final class BluetoothAdapter { mService.getState(recv); return recv.awaitResultNoInterrupt(getSyncTimeout()).getValue(state); } } catch (TimeoutException e) { } catch (RemoteException | TimeoutException e) { Log.e(TAG, e.toString() + "\n" + Log.getStackTraceString(new Throwable())); } catch (RemoteException e) { Log.e(TAG, "", e); e.rethrowFromSystemServer(); } finally { mServiceLock.readLock().unlock(); } Loading