Change ArtStatsLog.write() to report unknown GC type
Bug: 249772734
Test: atest ArtGtestsTargetChroot
Change-Id: I5f0620fdcd9074f6f4896372dfb808c92affe425
(cherry picked from commit 2e180a6c8b)
Merged-In: I5f0620fdcd9074f6f4896372dfb808c92affe425
This commit is contained in:
committed by
Cherrypicker Worker
parent
064e7bb380
commit
c5eb3a0eae
@@ -298,7 +298,8 @@ public class ArtStatsLogUtils {
|
||||
dexMetadataType,
|
||||
apkType,
|
||||
ISA_MAP.getOrDefault(isa,
|
||||
ArtStatsLog.ART_DATUM_REPORTED__ISA__ART_ISA_UNKNOWN));
|
||||
ArtStatsLog.ART_DATUM_REPORTED__ISA__ART_ISA_UNKNOWN),
|
||||
ArtStatsLog.ART_DATUM_REPORTED__GC__ART_GC_COLLECTOR_TYPE_UNKNOWN);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user