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

Commit 0f93bab4 authored by Rafal Slawik's avatar Rafal Slawik
Browse files

Temporarily exclude zygote

zygote is excluded from NativeProcessMemoryState to investigate whether
the unexpected values reported in the atom are due to its forking.

Test: atest UidAtomTests#testNativeProcessMemoryState
Change-Id: I9e29955d9931ac19c49d0ee18a5245a40034486f
parent a5c84f29
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -194,8 +194,10 @@ public class StatsCompanionService extends IStatsCompanionService.Stub {
            "/system/bin/traced",  // Perfetto.
            "/system/bin/traced_probes",  // Perfetto.
            "webview_zygote",
            "zygote",
            "zygote64",
            // Temporarily excluded zygote to investigate its forking consequences in
            // NativeProcessMemoryState.
            // "zygote",
            // "zygote64",
    };