diff options
Diffstat (limited to 'runtime/runtime.cc')
-rw-r--r-- | runtime/runtime.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/runtime.cc b/runtime/runtime.cc index e6f8c576dc..4279e0e818 100644 --- a/runtime/runtime.cc +++ b/runtime/runtime.cc @@ -1317,7 +1317,7 @@ void Runtime::InitNonZygoteOrPostFork( if (!odrefresh::UploadStatsIfAvailable(&err)) { LOG(WARNING) << "Failed to upload odrefresh metrics: " << err; } - metrics::SetupCallbackForDeviceStatus(); + metrics::ReportDeviceMetrics(); } if (LIKELY(automatically_set_jni_ids_indirection_) && CanSetJniIdType()) { |