Loading services/devicepolicy/java/com/android/server/devicepolicy/DevicePolicyManagerService.java +1 −1 Original line number Diff line number Diff line Loading @@ -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) { Loading Loading
services/devicepolicy/java/com/android/server/devicepolicy/DevicePolicyManagerService.java +1 −1 Original line number Diff line number Diff line Loading @@ -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) { Loading