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

Commit 4402e448 authored by Tianjie Xu's avatar Tianjie Xu Committed by Automerger Merge Worker
Browse files

Merge "Log a message if there is no escrow data for RoR" am: 5921cd53 am:...

Merge "Log a message if there is no escrow data for RoR" am: 5921cd53 am: 6ff635ee am: 347b2a73

Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1625501

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: I43282afcd74d7acad93a251ce2dc753de6c46d0b
parents c4349303 347b2a73
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;
        }