Open
Description
If you are running a mobile app in the simulator depending on how you close it you will get the EXITING event or not.
Case A:
-Run the app with the bat file or with the play icon
-Close it clicking the X in the window
-EXITING event will be triggered
Case B:
-Run the app with the bat file or with the play icon
-Close it clicking stop or closing the cmd that the batch file opened.
-EXITING event won't be triggered
I discovered this behavior while I was testing a log file that should be erased in the EXITING event.