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

Commit 756b493d authored by Stefano Cianciulli's avatar Stefano Cianciulli Committed by Android (Google) Code Review
Browse files

Merge changes from topics "add-gc-type-in-art-metrics",...

Merge changes from topics "add-gc-type-in-art-metrics", "report-uffd-minor-fault" into tm-qpr-dev-plus-aosp

* changes:
  Change ArtStatsLog.write() to report unknown uffd/minor fault support
  Change ArtStatsLog.write() to report unknown GC type
parents 238eb51c 74a3cb14
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -298,7 +298,9 @@ 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,
                    ArtStatsLog.ART_DATUM_REPORTED__UFFD_SUPPORT__ART_UFFD_SUPPORT_UNKNOWN);
        }
    }