Merge "Log a message if there is no escrow data for RoR" am: 5921cd5389
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1625501 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: Iaad303eea83fcbcc27144432b883cb9d20a4a867
This commit is contained in:
@@ -251,6 +251,8 @@ class RebootEscrowManager {
|
||||
}
|
||||
|
||||
if (rebootEscrowUsers.isEmpty()) {
|
||||
Slog.i(TAG, "No reboot escrow data found for users,"
|
||||
+ " skipping loading escrow data");
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user