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

Commit 5921cd53 authored by Tianjie Xu's avatar Tianjie Xu Committed by Gerrit Code Review
Browse files

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

parents 2f85c69c 0ab007e1
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;
        }