Merge "Make the new proto build" am: 606a64f7da

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

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: Id591371447cccbe6ad90ff2ff066068f9ead3167
This commit is contained in:
Tianjie Xu
2021-03-09 19:27:16 +00:00
committed by Automerger Merge Worker

View File

@@ -207,7 +207,7 @@ class RebootEscrowManager {
public void reportMetric(boolean success) { public void reportMetric(boolean success) {
// TODO(b/179105110) design error code; and report the true value for other fields. // TODO(b/179105110) design error code; and report the true value for other fields.
FrameworkStatsLog.write(FrameworkStatsLog.REBOOT_ESCROW_RECOVERY_REPORTED, 0, 1, 1, FrameworkStatsLog.write(FrameworkStatsLog.REBOOT_ESCROW_RECOVERY_REPORTED, 0, 1, 1,
-1, 0); -1, 0, -1);
} }
public RebootEscrowEventLog getEventLog() { public RebootEscrowEventLog getEventLog() {