From 8a5ecf2f6734241f511a088a2a474674373924e7 Mon Sep 17 00:00:00 2001 From: Stefano Cianciulli Date: Mon, 9 Sep 2024 11:11:30 +0000 Subject: Report dex2oat metrics to StatsD when dexopting Bug: 327134025 Test: atest art_standalone_artd_tests && atest ArtServicesTest Change-Id: I4212899e78c23d8ff8c0307f9699f6b772c50000 --- runtime/exec_utils.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'runtime/exec_utils.h') 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, -- cgit v1.2.3-59-g8ed1b