Return-Path: X-Original-To: apmail-incubator-callback-dev-archive@minotaur.apache.org Delivered-To: apmail-incubator-callback-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id A686CC2C5 for ; Tue, 10 Jul 2012 19:46:43 +0000 (UTC) Received: (qmail 66231 invoked by uid 500); 10 Jul 2012 19:46:43 -0000 Delivered-To: apmail-incubator-callback-dev-archive@incubator.apache.org Received: (qmail 66176 invoked by uid 500); 10 Jul 2012 19:46:43 -0000 Mailing-List: contact callback-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: callback-dev@incubator.apache.org Delivered-To: mailing list callback-dev@incubator.apache.org Received: (qmail 66168 invoked by uid 99); 10 Jul 2012 19:46:43 -0000 Received: from issues-vm.apache.org (HELO issues-vm) (140.211.11.160) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 10 Jul 2012 19:46:43 +0000 Received: from isssues-vm.apache.org (localhost [127.0.0.1]) by issues-vm (Postfix) with ESMTP id 3B48314052D for ; Tue, 10 Jul 2012 19:46:43 +0000 (UTC) Date: Tue, 10 Jul 2012 19:46:42 +0000 (UTC) From: "Joe Bowser (JIRA)" To: callback-dev@incubator.apache.org Message-ID: <1613249734.30569.1341949603245.JavaMail.jiratomcat@issues-vm> In-Reply-To: <1405260035.6891.1341451956102.JavaMail.jiratomcat@issues-vm> Subject: [jira] [Commented] (CB-1007) Signal 11 crash on samsung galaxy S2 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/CB-1007?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13410744#comment-13410744 ] Joe Bowser commented on CB-1007: -------------------------------- This does appear to be a fairly complex application, and the problem could be that one of your JS or CSS files that you are loading isn't playing nicely with Samsung's ICS update. > 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 > 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