Hello everyone, I am facing an issue where my app ...
# android-architecture
r
Hello everyone, I am facing an issue where my app is being killed, and in the Exit Information, I see the following details: • Reason:
OTHER_REASON
Description:
ScreenOffCheckKill 26m3s4ms (26.33344%) threshold 2.0%
The issue occurs when a*fter screen turns off, app in background.* The description in the exit logs suggests ScreenOffCheckKill, but I couldn’t find any official documentation explaining this behavior. • What exactly does
ScreenOffCheckKill
mean, and why does it happen? • Is this a system-level restriction or a configurable setting? • How can I prevent my app from getting killed due to this reason? • Any pointers to official documentation or similar cases would be highly appreciated. Thanks in advance for any insights!