[AC-1247] Black screen after application resume
GitHub Issue | n/a |
Type | Bug |
Priority | n/a |
Status | Closed |
Resolution | Cannot Reproduce |
Resolution Date | 2014-10-28T08:34:40.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | Alloy |
Labels | 3.3.0.GA, TCSupportTriage, alloy, tabgroup |
Reporter | Malakhaltsev Petr |
Assignee | Mauro Parra-Miranda |
Created | 2014-08-13T07:53:45.000+0000 |
Updated | 2016-03-08T07:37:38.000+0000 |
Description
I've created sample two-tabbed alloy application. Deployed it to the mobile with Android 4.0.4. Clicked the central button, waited for a while (run some different application), then clicked on the icon of my app and application just hung with a black screen. When I tried to press "back" button there was a message "application not responding".
Attachments
File | Date | Size |
log.txt | 2014-08-16T06:55:15.000+0000 | 7123 |
Hello! Are you able to reproduce this every time? Please get the Android Monitor and check the logs when this happening, so you can share them with us. Android Monitor: http://developer.android.com/tools/help/monitor.html You also need to enable debugging to your app: https://wiki.appcelerator.org/display/guides2/tiapp.xml+and+timodule.xml+Reference#tiapp.xmlandtimodule.xmlReference-Enablingthedebuggerbydefault Once you get that information, please reproduce the issue and share the log with us. Best Regards!
Android monitor logs
Hello Yes I'm able to reproduce this every time. Please find attached log file log.txt. Is it enough or should I log anything else? Best Regards, Petr
Hello, We have tested this issue with a sample test case and according to the reporter procedure. But we didn't not reproduce this issue as a bug. It works as expected.
Testing Environment:
Titanium SDK: 3.3.0.GA Titanium CLI: 3.3.0, Android SDK:4.2.2,4.3.0 galaxy s3 ,4.4.2 OS X Version: 10.9.4, Appcelerator Studio: 3.3.0Steps to Test:
1. Create an Alloy project. 2. Paste this code in views, controllers,and styles folder. 4. Run this code with the testing environment.Test Code
Thanks.