You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
computeDidOOMLastLaunchWithConfig: uses a number of heuristics to determine whether or not the last launch terminated due to an OOM condition.
One input that's not considered is the device's boot time, which can be used to determine whether or not the device was rebooted. (Reboots don't send an explicit termination signal to apps so this case could be classified as an OOM.)
Describe the solution you'd like
Compare the current launch's boot time to the last launch's boot time.
Hi @jparise thanks for the report! Improvements to our OOM detection heuristic is on our roadmap and we hope to improve this in a future release. We will be working on this when priorities allow.
Description
computeDidOOMLastLaunchWithConfig:
uses a number of heuristics to determine whether or not the last launch terminated due to an OOM condition.One input that's not considered is the device's boot time, which can be used to determine whether or not the device was rebooted. (Reboots don't send an explicit termination signal to apps so this case could be classified as an OOM.)
Describe the solution you'd like
Compare the current launch's boot time to the last launch's boot time.
The text was updated successfully, but these errors were encountered: