Record the UID of the app package instead of GID.

Bug: 177694884
Test: Comprae the uid with the log
Change-Id: I68b73e24317b83e9969f86c755298cc7b789d4a1
This commit is contained in:
yawanng
2021-04-07 18:27:38 +00:00
parent cd881a42b6
commit 80b7977fc3

View File

@@ -267,7 +267,7 @@ public class PackageDexOptimizer {
mArtStatsLogger,
sessionId,
compilerFilter,
sharedGid,
pkg.getUid(),
packageStats.getCompileTime(path),
dexMetadataPath,
options.getCompilationReason(),