]> git.tdb.fi Git - libs/core.git/commit
Terminate the process when the application has finished running
authorMikko Rasa <tdb@tdb.fi>
Thu, 13 Nov 2014 20:44:51 +0000 (22:44 +0200)
committerMikko Rasa <tdb@tdb.fi>
Thu, 13 Nov 2014 20:44:51 +0000 (22:44 +0200)
commit264195348a606f22f9d50348cd03b93b49175acc
tree0499a225b89178ebfaed7e83bc284b39d1acdab8
parentfa82e97ed56597f2d968abdf4ebf688de4f9b618
Terminate the process when the application has finished running

Otherwise the OS may try to start the activity again in the same process,
which doesn't work because of Application::run semantics.
source/core/android/mainthread.cpp
source/core/android/mainthread.h