If my App was opened and device enter on lock screen, when I unlock, the App crashes/dies. We tried to add events on 'suppend' and 'resume'. In this case, App back to first screen (SceneManager) and not dispatches any event to 'resume' listener.
Hi, i'm facing same issue, this problem happens with the .apk... independent of source code. Seems to be androidmanifest.xml configurations or some like that, because just a "hello world" crashes the application, just come back from unlock screen, and the app crash, the screen is rotated and few seconds later, it die!
my android version is 4.0.4 - samsung galaxy S2 and also galaxy S3 mini.
The returns from LogCat: 09-17 20:30:26.115 A/libc(10359): Fatal signal 11 (SIGSEGV) at 0x00000018 (code=1)
09-17 20:31:26.200 A/libc(12181): Fatal signal 11 (SIGSEGV) at 0x00000018 (code=1)
Comments
Seems to be androidmanifest.xml configurations or some like that, because just a "hello world" crashes the application, just come back from unlock screen, and the app crash, the screen is rotated and few seconds later, it die!
my android version is 4.0.4 - samsung galaxy S2
and also galaxy S3 mini.
The returns from LogCat:
09-17 20:30:26.115 A/libc(10359): Fatal signal 11 (SIGSEGV) at 0x00000018 (code=1)
09-17 20:31:26.200 A/libc(12181): Fatal signal 11 (SIGSEGV) at 0x00000018 (code=1)
android:screenOrientation="landscape"
android:configChanges="orientation|screenSize"
These changes prevent the Android recreate the main Activity.