summaryrefslogtreecommitdiff
path: root/runtime/exec_utils.h
diff options
context:
space:
mode:
author Stefano Cianciulli <scianciulli@google.com> 2024-09-09 11:11:30 +0000
committer Stefano Cianciulli <scianciulli@google.com> 2024-09-20 10:20:01 +0000
commit8a5ecf2f6734241f511a088a2a474674373924e7 (patch)
tree6241326480afab7db515b8af79f44adb8dbd9918 /runtime/exec_utils.h
parenta303efff1731e5b7e9574a4e54701515a4c16d41 (diff)
Report dex2oat metrics to StatsD when dexopting
Bug: 327134025 Test: atest art_standalone_artd_tests && atest ArtServicesTest Change-Id: I4212899e78c23d8ff8c0307f9699f6b772c50000
Diffstat (limited to 'runtime/exec_utils.h')
-rw-r--r--runtime/exec_utils.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/exec_utils.h b/runtime/exec_utils.h
index 61e9beae32..6a97cc7e5b 100644
--- a/runtime/exec_utils.h
+++ b/runtime/exec_utils.h
@@ -48,7 +48,7 @@ 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/art/odrefresh_extension_atoms.proto.
+ // OdrefreshReported atom in frameworks/proto_logging/stats/enums/art/common_enums.proto.
enum Status {
// Unable to get the status.
kUnknown = 0,