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

This commit is contained in:
Dianne Hackborn
2013-09-20 18:23:07 +00:00
committed by Android (Google) Code Review

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