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