Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0ab007e1 authored by Tianjie's avatar Tianjie
Browse files

Log a message if there is no escrow data for RoR

Bug: 181957098
Test: reboot, check the message is logged
Change-Id: If531931f1da106dd553e44d82bc595eaf875b195
parent 8ad97c0d
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -251,6 +251,8 @@ class RebootEscrowManager {
        }

        if (rebootEscrowUsers.isEmpty()) {
            Slog.i(TAG, "No reboot escrow data found for users,"
                    + " skipping loading escrow data");
            return;
        }