From 822d8ac6b1029bdd84786fe3721d8138ab7e36d2 Mon Sep 17 00:00:00 2001 From: Stefano Cianciulli Date: Tue, 25 Apr 2023 08:56:54 +0000 Subject: Report Odrefresh BCP compilation type to StatsD Bug: 279004055 Test: atest art_standalone_odrefresh_tests Change-Id: If563943ddbce706dc81fda7a11c78ac4c067fa9a --- runtime/exec_utils.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'runtime/exec_utils.h') diff --git a/runtime/exec_utils.h b/runtime/exec_utils.h index 11ab579b09..b83722fd62 100644 --- a/runtime/exec_utils.h +++ b/runtime/exec_utils.h @@ -44,8 +44,8 @@ struct ExecCallbacks { }; struct ExecResult { - // This struct needs to be in sync with the ExecResultStatus enum contained within - // the OdrefreshReported atom in frameworks/proto_logging/atoms.proto. + // This struct needs to be in sync with the ExecResultStatus enum contained within the + // OdrefreshReported atom in frameworks/proto_logging/atoms/art/odrefresh_extension_atoms.proto. enum Status { // Unable to get the status. kUnknown = 0, -- cgit v1.2.3-59-g8ed1b