Merge "Change BackgroundDexoptJobStatsLogger#write to report packages count" into udc-dev-plus-aosp
This commit is contained in:
committed by
Android (Google) Code Review
commit
a2429061ef
@@ -334,7 +334,10 @@ public class ArtStatsLogUtils {
|
|||||||
ArtStatsLog.BACKGROUND_DEXOPT_JOB_ENDED__STATUS__STATUS_UNKNOWN),
|
ArtStatsLog.BACKGROUND_DEXOPT_JOB_ENDED__STATUS__STATUS_UNKNOWN),
|
||||||
cancellationReason,
|
cancellationReason,
|
||||||
durationMs,
|
durationMs,
|
||||||
0); // deprecated, used to be durationIncludingSleepMs
|
0, // deprecated, used to be durationIncludingSleepMs
|
||||||
|
0, // optimizedPackagesCount
|
||||||
|
0, // packagesDependingOnBootClasspathCount
|
||||||
|
0); // totalPackagesCount
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user