You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cordova.apache.org by "Joe Bowser (JIRA)" <ji...@apache.org> on 2012/07/24 20:41:38 UTC

[jira] [Resolved] (CB-1007) Signal 11 crash on samsung galaxy S2

     [ https://issues.apache.org/jira/browse/CB-1007?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Joe Bowser resolved CB-1007.
----------------------------

    Resolution: Cannot Reproduce

This is a duplicate of another bug that we recently closed.
                
> 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
>            Priority: Minor
>         Attachments: Wendler5_3_1-faster_load.apk, project.tar.gz
>
>
> 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