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

* commit '76e6bcb8c6f8804c6e32d359ee464e7f288291a4':
  Fix issue #10310128: CTS: android.security.cts.ServicePermissionsTest
This commit is contained in:
Dianne Hackborn
2013-09-20 11:24:52 -07:00
committed by Android Git Automerger

View File

@@ -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) {