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

Commit 2d696ff9 authored by Dianne Hackborn's avatar Dianne Hackborn Committed by Android Git Automerger
Browse files

am 76e6bcb8: Merge "Fix issue #10310128: CTS:...

am 76e6bcb8: Merge "Fix issue #10310128: CTS: android.security.cts.ServicePermissionsTest" into klp-dev

* commit '76e6bcb8':
  Fix issue #10310128: CTS: android.security.cts.ServicePermissionsTest
parents 6736d380 76e6bcb8
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -299,7 +299,6 @@ public class Binder implements IBinder {
                try {
                    dump(fd, pw, args);
                } catch (SecurityException e) {
                    pw.println();
                    pw.println("Security exception: " + e.getMessage());
                    throw e;
                } catch (Throwable e) {