Merge "Don't crash if KeyChain can't be bound to." into nyc-dev
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user