Make the new proto build

Since we add a new field in the atom, make it build accordingly.

Bug: 179105110
Test: build
Change-Id: I6e71cdd3c129f0437a354c1aa8821df36b8dea74
Merged-In: I6e71cdd3c129f0437a354c1aa8821df36b8dea74
(cherry picked from commit ba84008f05)
This commit is contained in:
Tianjie
2021-03-04 16:30:22 -08:00
parent 8ad97c0d63
commit 23344ebb72

View File

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