forked from flutter/engine
-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Exit application method is replaced by 'ui_app_exit' (#3)
The function 'exit(EXIT_SUCCESS)' terminates the calling process immediately. The better way to exit process is to call 'ui_app_exit' which invokes the terminate callback on main thread so that the app can save its current status before exiting.
- Loading branch information
1 parent
8e09988
commit 43be6f5
Showing
2 changed files
with
5 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters