Stefan Kendall created CB-1007:
----------------------------------

             Summary: Signal 11 crash on samsung galaxy S2
                 Key: CB-1007
                 URL: https://issues.apache.org/jira/browse/CB-1007
             Project: Apache Cordova
          Issue Type: Bug
          Components: Android
    Affects Versions: 1.9.0
            Reporter: Stefan Kendall
            Assignee: Joe Bowser


I'm really not sure what's going on, but my APK is crashing with very little 
going on.


public class App extends DroidGap {
    @Override
    public void onCreate(Bundle savedInstanceState) {
        super.onCreate(savedInstanceState);
        super.setIntegerProperty("loadUrlTimeoutValue", 70000);
        super.loadUrl("file:///android_asset/www/index.html", 20000);
        getWindow().addFlags(WindowManager.LayoutParams.FLAG_KEEP_SCREEN_ON);
    }
}


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to