-
Bug
-
Resolution: Duplicate
-
P3: Somewhat important
-
None
-
5.2.0
-
None
-
Ubuntu 12.04
QtActivityDelegate::onDestroy() does a System.exit() which seems to quit the application without calling any destructors (of local variables in main()). Any code after a Q*Application::exec() will not be executed if you close the application via swipe-out (task manager?). Also atexit/qAddPostRoutine handlers are not called.
Instead onDestroy() should stop the event loop and quit c++ properly if possible.
- resulted in
-
QTBUG-36274 Android: Really suspend apps that are put in the background
-
- Closed
-