Loading android/app/src/com/android/bluetooth/opp/BluetoothOppObexServerSession.java +1 −1 Original line number Diff line number Diff line Loading @@ -478,7 +478,7 @@ public class BluetoothOppObexServerSession extends ServerRequestHandler implemen } } } catch (IOException e1) { Log.e(TAG, "Error when receiving file"); Log.e(TAG, "Error when receiving file: " + e1); /* OBEX Abort packet received from remote device */ if ("Abort Received".equals(e1.getMessage())) { status = BluetoothShare.STATUS_CANCELED; Loading Loading
android/app/src/com/android/bluetooth/opp/BluetoothOppObexServerSession.java +1 −1 Original line number Diff line number Diff line Loading @@ -478,7 +478,7 @@ public class BluetoothOppObexServerSession extends ServerRequestHandler implemen } } } catch (IOException e1) { Log.e(TAG, "Error when receiving file"); Log.e(TAG, "Error when receiving file: " + e1); /* OBEX Abort packet received from remote device */ if ("Abort Received".equals(e1.getMessage())) { status = BluetoothShare.STATUS_CANCELED; Loading