diff options
| author | Makoto Onuki <omakoto@google.com> | 2022-03-03 11:17:26 -0800 |
|---|---|---|
| committer | Makoto Onuki <omakoto@google.com> | 2022-03-04 08:49:26 -0800 |
| commit | 57c0df88b7e50aded88dedbcbabf918138997256 (patch) | |
| tree | 109334b11c5ed2bac38d985837a139439e012d0a /core/java/android/widget/TextView.java | |
| parent | 5123bbc2d22b078b4715bae63dd44143f7ff5ace (diff) | |
Do not proactively kill cached/empty processes post boot
Added three configs:
Do not proactively kill cached processes until user-0 is being unlocked:
(default: false)
$ device_config put activity_manager no_kill_cached_processes_until_boot_completed true
Do not proactively kill cached processes for 10 minutes after any user is being unlocked:
(default: 0)
$ device_config put activity_manager no_kill_cached_processes_post_boot_completed_duration_millis 60000
Also added the following config to control MAX_EMPTY_TIME:
(default: 30 minutes)
$ device_config put activity_manager max_empty_time_millis 1800000
Bug: 222365734
Test: Manual test
Change-Id: I48c0d6dd5f1836159be458ff00e58a59d9987dcf
Diffstat (limited to 'core/java/android/widget/TextView.java')
0 files changed, 0 insertions, 0 deletions
