Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 84 You must be signed in to star a gist
  • Fork 4 You must be signed in to fork a gist
  • Save agnostic-apollo/dc7e47991c512755ff26bd2d31e72ca8 to your computer and use it in GitHub Desktop.
Save agnostic-apollo/dc7e47991c512755ff26bd2d31e72ca8 to your computer and use it in GitHub Desktop.
Android Phantom, Cached And Empty Processes

Android Phantom, Cached And Empty Processes

This has been moved to https://github.com/agnostic-apollo/Android-Docs/blob/master/en/docs/apps/processes/phantom-cached-and-empty-processes.md

Some important headings are kept so that users can redirect to new link if they land here.


 

Phantom Processes

https://github.com/agnostic-apollo/Android-Docs/blob/master/en/docs/apps/processes/phantom-cached-and-empty-processes.md#phantom-processes

How to check max phantom processes that are allowed to run?

https://github.com/agnostic-apollo/Android-Docs/blob/master/en/docs/apps/processes/phantom-cached-and-empty-processes.md#how-to-check-max-phantom-processes-that-are-allowed-to-run

How to check phantom processes running that are being monitored by PhantomProcessList?

https://github.com/agnostic-apollo/Android-Docs/blob/master/en/docs/apps/processes/phantom-cached-and-empty-processes.md#how-to-check-phantom-processes-running-that-are-being-monitored-by-phantomprocesslist

How to detect phantom processes that were killed?

https://github.com/agnostic-apollo/Android-Docs/blob/master/en/docs/apps/processes/phantom-cached-and-empty-processes.md#how-to-detect-phantom-processes-that-were-killed

How phantom process killing gets scheduled?

https://github.com/agnostic-apollo/Android-Docs/blob/master/en/docs/apps/processes/phantom-cached-and-empty-processes.md#how-phantom-process-killing-gets-scheduled

How to disable the phantom processes killing?

https://github.com/agnostic-apollo/Android-Docs/blob/master/en/docs/apps/processes/phantom-cached-and-empty-processes.md#how-to-disable-the-phantom-processes-killing

Commands to disable phantom process killing and TLDR

Disable phantom process killing.

https://github.com/agnostic-apollo/Android-Docs/blob/master/en/docs/apps/processes/phantom-cached-and-empty-processes.md#commands-to-disable-phantom-process-killing-and-tldr


 

Cached and Empty Processes

https://github.com/agnostic-apollo/Android-Docs/blob/master/en/docs/apps/processes/phantom-cached-and-empty-processes.md#cached-and-empty-processes

Why max limit for KILLING?

https://github.com/agnostic-apollo/Android-Docs/blob/master/en/docs/apps/processes/phantom-cached-and-empty-processes.md#why-max-limit-for-killing

How are cached and empty processes killed?

https://github.com/agnostic-apollo/Android-Docs/blob/master/en/docs/apps/processes/phantom-cached-and-empty-processes.md#how-are-cached-and-empty-processes-killed

How to check cache settings?

https://github.com/agnostic-apollo/Android-Docs/blob/master/en/docs/apps/processes/phantom-cached-and-empty-processes.md#how-to-check-cache-settings

How to increase amount of cached and empty processes kept?

https://github.com/agnostic-apollo/Android-Docs/blob/master/en/docs/apps/processes/phantom-cached-and-empty-processes.md#how-to-increase-amount-of-cached-and-empty-processes-kept

device_config command

https://github.com/agnostic-apollo/Android-Docs/blob/master/en/docs/apps/processes/phantom-cached-and-empty-processes.md#device_config-command

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment