Fix issue #10310128: CTS: android.security.cts.ServicePermissionsTest

Change-Id: Id6432fc1b62db41c6c291ec08450c2fc37ced899
This commit is contained in:
Dianne Hackborn
2013-09-20 10:54:16 -07:00
parent 560d2e463e
commit a2067473e8

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