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
The text was updated successfully, but these errors were encountered:
mrhubbs
changed the title
Android app crashing when ended and not running on_stop
Android app crashing when ended and on_stop is not executed
May 26, 2015
My app is crashing when I end it and the code in on_stop is not being run. The logcat shows the error:
I/ActivityManager( 777): Killing 13468:crown.test.test:python/u0a241 (adj 9): remove task
E/audit ( 1832): type=1701 msg=audit(1432319840.786:234): auid=4294967295 uid=10241 gid=10241 ses=4294967295 subj=u:r:untrusted_app:s0 pid=13468 comm="est.test:python" reason="memory violation" sig=11
This crash message looks somewhat similar to the one I was getting from this issue:
E/audit ( 1832): type=1701 msg=audit(1432320584.076:236): auid=4294967295 uid=10241 gid=10241 ses=4294967295 subj=u:r:untrusted_app:s0 pid=15912 comm="est.test:python" reason="memory violation" sig=11
I/ActivityManager( 777): Process crown.test.test:python (pid 15912)(adj 0) has died(69,329)
The fix for that issue doesn't help this issue.
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
The text was updated successfully, but these errors were encountered: