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

Commit b67f5d6f authored by Tianjie's avatar Tianjie
Browse files

Make the new RoR atoms compile

Make the code compile with the new atom definition. The reporting
of true values will be done in follow up cls.

Bug: 179105110
Test: build
Change-Id: I65baf117afdd3e80e323b7beac92d408ac440114
(cherry picked from commit 9d4bcd6c)
parent 5fea1d9a
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -194,7 +194,9 @@ class RebootEscrowManager {
        }

        public void reportMetric(boolean success) {
            FrameworkStatsLog.write(FrameworkStatsLog.REBOOT_ESCROW_RECOVERY_REPORTED, 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);
        }

        public RebootEscrowEventLog getEventLog() {