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

Commit e1c2e4c2 authored by Ajay Panicker's avatar Ajay Panicker Committed by android-build-merger
Browse files

Merge "Add additional logging to root cause IOExceptions for OPP" am:...

Merge "Add additional logging to root cause IOExceptions for OPP" am: 75c97082 am: 05f8b02d am: c3d2c50c
am: 8ab5bded

Change-Id: I40d66e4851bc9492651f68644459e6eece213b61
parents e41e8b10 8ab5bded
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;