Loading core/java/android/bluetooth/le/BluetoothLeAdvertiser.java +1 −2 Original line number Original line Diff line number Diff line Loading @@ -455,7 +455,6 @@ public final class BluetoothLeAdvertiser { gatt.stopAdvertisingSet(wrapped); gatt.stopAdvertisingSet(wrapped); } catch (RemoteException e) { } catch (RemoteException e) { Log.e(TAG, "Failed to stop advertising - ", e); Log.e(TAG, "Failed to stop advertising - ", e); throw new IllegalStateException("Failed to stop advertising"); } } } } Loading Loading
core/java/android/bluetooth/le/BluetoothLeAdvertiser.java +1 −2 Original line number Original line Diff line number Diff line Loading @@ -455,7 +455,6 @@ public final class BluetoothLeAdvertiser { gatt.stopAdvertisingSet(wrapped); gatt.stopAdvertisingSet(wrapped); } catch (RemoteException e) { } catch (RemoteException e) { Log.e(TAG, "Failed to stop advertising - ", e); Log.e(TAG, "Failed to stop advertising - ", e); throw new IllegalStateException("Failed to stop advertising"); } } } } Loading