Merge "Don't crash if KeyChain can't be bound to." into nyc-dev

This commit is contained in:
Kenny Guy
2016-03-07 14:07:41 +00:00
committed by Android (Google) Code Review

View File

@@ -2638,7 +2638,7 @@ public class DevicePolicyManagerService extends IDevicePolicyManager.Stub {
}
} catch (InterruptedException e) {
Thread.currentThread().interrupt();
} catch (RuntimeException e) {
} catch (RuntimeException | AssertionError e) {
Log.e(LOG_TAG, "Could not connect to KeyChain service", e);
}
if (!hasCert) {