Skip to content
Snippets Groups Projects
Commit 850b468c authored by Jiakai Zhang's avatar Jiakai Zhang
Browse files

Change BackgroundDexoptJobStatsLogger#write to report the pass.

Bug: 242170869
Test: m
Change-Id: Ie7e39c8db95d66033f77881dc076099664e0bb2d
parent 23e53c1c
No related branches found
No related tags found
No related merge requests found
......@@ -337,7 +337,8 @@ public class ArtStatsLogUtils {
0, // deprecated, used to be durationIncludingSleepMs
0, // optimizedPackagesCount
0, // packagesDependingOnBootClasspathCount
0); // totalPackagesCount
0, // totalPackagesCount
ArtStatsLog.BACKGROUND_DEXOPT_JOB_ENDED__PASS__PASS_UNKNOWN);
}
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment