-
Notifications
You must be signed in to change notification settings - Fork 2k
Description
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.