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

Commit 359be0fe authored by Romain Hunault's avatar Romain Hunault 💻
Browse files

Merge remote-tracking branch 'origin/lineage-15.1' into v1-oreo

parents b32f8902 9b500577
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -706,6 +706,8 @@ public class Binder implements IBinder {
                    Log.w(TAG, "Caught a RuntimeException from the binder stub implementation.", e);
                }
            } else {
                // Clear the parcel before writing the exception
                reply.setDataSize(0);
                reply.setDataPosition(0);
                reply.writeException(e);
            }