Dump the IOexception before retrying load escrow key
This gives us more information on the reason of the failure. Test: unittest Change-Id: I0c4b91aa67607c2b1fdddcd4477fa67287fa4b3e
This commit is contained in:
@@ -374,6 +374,7 @@ class RebootEscrowManager {
|
||||
try {
|
||||
escrowKey = getAndClearRebootEscrowKey(kk);
|
||||
} catch (IOException e) {
|
||||
Slog.i(TAG, "Failed to load escrow key, scheduling retry.", e);
|
||||
scheduleLoadRebootEscrowDataOrFail(retryHandler, attemptNumber + 1, users,
|
||||
rebootEscrowUsers);
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user