Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3c95438e authored by Jiakai Zhang's avatar Jiakai Zhang Committed by Gerrit Code Review
Browse files

Merge "Change BackgroundDexoptJobStatsLogger#write to report the pass." into main

parents 357d9ae6 850b468c
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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);
        }
    }
}