Merge "Make the new RoR atoms compile" am: c70e8913a2

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

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: Ifc2a3248daedfb72664f25c2bb339f284ff01a7c
This commit is contained in:
Tianjie Xu
2021-02-24 20:17:47 +00:00
committed by Automerger Merge Worker

View File

@@ -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() {