Merge "Log a message if there is no escrow data for RoR"

This commit is contained in:
Tianjie Xu
2021-03-10 23:29:35 +00:00
committed by Gerrit Code Review

View File

@@ -251,6 +251,8 @@ class RebootEscrowManager {
} }
if (rebootEscrowUsers.isEmpty()) { if (rebootEscrowUsers.isEmpty()) {
Slog.i(TAG, "No reboot escrow data found for users,"
+ " skipping loading escrow data");
return; return;
} }