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

Commit a0024a9d 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: 99881572

Change-Id: I0e53ad7e729d4da114e318ff33c1defbb996f8c2
parents 6a01c31e 99881572
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -478,7 +478,7 @@ public class BluetoothOppObexServerSession extends ServerRequestHandler implemen
                    }
                    }
                }
                }
            } catch (IOException e1) {
            } 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 */
                /* OBEX Abort packet received from remote device */
                if ("Abort Received".equals(e1.getMessage())) {
                if ("Abort Received".equals(e1.getMessage())) {
                    status = BluetoothShare.STATUS_CANCELED;
                    status = BluetoothShare.STATUS_CANCELED;