Merge "Make the new proto build"

This commit is contained in:
Tianjie Xu
2021-03-09 19:22:18 +00:00
committed by Gerrit Code Review

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