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

Skip to content
Commit ae2af386 authored by Michael Wachenschwanz's avatar Michael Wachenschwanz
Browse files

Create frozen flag for OomAdjuster rewrite

The `oomadjuster_correctness_rewrite` is overridable by setting system
property `persist.sys.activity_manager_native_boot.enable_new_oom_adj`
and a reboot (for local testing only!).

(ex.
to force new algorithm:
`setprop persist.sys.activity_manager_native_boot.enable_new_oom_adj true`
to force old algorithm:
`setprop persist.sys.activity_manager_native_boot.enable_new_oom_adj false`
to revert to build default:
`setprop persist.sys.activity_manager_native_boot.enable_new_oom_adj \"\"`
)

Test: n/a
Bug: 298055811
Change-Id: Ib5d985bd1ed229889a6b6bbe4f5b5191ff7b7d57
parent db940757
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment