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

Commit 606a64f7 authored by Tianjie Xu's avatar Tianjie Xu Committed by Gerrit Code Review
Browse files

Merge "Make the new proto build"

parents db8ed62e 23344ebb
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -207,7 +207,7 @@ class RebootEscrowManager {
        public void reportMetric(boolean success) {
            // TODO(b/179105110) design error code; and report the true value for other fields.
            FrameworkStatsLog.write(FrameworkStatsLog.REBOOT_ESCROW_RECOVERY_REPORTED, 0, 1, 1,
                    -1, 0);
                    -1, 0, -1);
        }

        public RebootEscrowEventLog getEventLog() {