From f2064c3a0df1a29d2097b52e32420116663470f2 Mon Sep 17 00:00:00 2001 From: Greg Kaiser Date: Thu, 6 Jun 2024 19:09:41 +0000 Subject: [PATCH] Update zygote32 rc file to match others In I3aad4b4b1d2f54db9e7ba86db8a655d8552bad0a we set MaxPerformance for zygote64_32, and in I7fcceeb22b722c2164b9acf0b517a32ce34731fd we synced up zygote64 to match this. However, this change never made it into the zygote32 rc file, which we fix here. Bug: 324014808 Test: Basic testing on 32-bit device Change-Id: I6f0c4490330d05551952fd5d844e02a6b638ca68 --- rootdir/init.zygote32.rc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rootdir/init.zygote32.rc b/rootdir/init.zygote32.rc index 442bd153f..862afb684 100644 --- a/rootdir/init.zygote32.rc +++ b/rootdir/init.zygote32.rc @@ -16,5 +16,5 @@ service zygote /system/bin/app_process -Xzygote /system/bin --zygote --start-sys onrestart restart --only-if-running media.tuner onrestart restart netd onrestart restart wificond - task_profiles ProcessCapacityHigh + task_profiles ProcessCapacityHigh MaxPerformance critical window=${zygote.critical_window.minute:-off} target=zygote-fatal