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

Commit 75c97082 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Add additional logging to root cause IOExceptions for OPP"

parents b25160eb cc284c80
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;