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

Commit 4910f14d authored by Tianjie Xu's avatar Tianjie Xu Committed by Automerger Merge Worker
Browse files

Merge "Make the new RoR atoms compile" am: c70e8913 am: e16f153d

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

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: I68e7ed7e2aff3990f647d681e4add5209c2368fc
parents 604c3e28 e16f153d
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() {