diff options
author | 2023-04-25 08:56:54 +0000 | |
---|---|---|
committer | 2023-04-26 12:26:39 +0000 | |
commit | 822d8ac6b1029bdd84786fe3721d8138ab7e36d2 (patch) | |
tree | abc24cff66a7c77785a128c309e4bed5ddf33042 /runtime/exec_utils.h | |
parent | 54d4f60748123981f088907639e38202347e4fe2 (diff) |
Report Odrefresh BCP compilation type to StatsD
Bug: 279004055
Test: atest art_standalone_odrefresh_tests
Change-Id: If563943ddbce706dc81fda7a11c78ac4c067fa9a
Diffstat (limited to 'runtime/exec_utils.h')
-rw-r--r-- | runtime/exec_utils.h | 4 |
1 files changed, 2 insertions, 2 deletions
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, |