You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "Joe Bowser (JIRA)" <ji...@apache.org> on 2016/05/02 20:13:12 UTC

[jira] [Closed] (CB-11170) Galaxy S5 Crashes at App Launch with Adreno Related Error

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

Joe Bowser closed CB-11170.
---------------------------
    Resolution: Won't Fix

This is a Chromium error.  Try upgrading or downgrading the System WebView, or use Crosswalk to work around this error.

> Galaxy S5 Crashes at App Launch with Adreno Related Error
> ---------------------------------------------------------
>
>                 Key: CB-11170
>                 URL: https://issues.apache.org/jira/browse/CB-11170
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: Android
>    Affects Versions: 6.1.1
>         Environment: Android 5.0-6.0.1 on Samsung Galaxy S5, Chrome/44.0.2403.133, Adreno 330 driver version 140.0
>            Reporter: Nick Rardin
>   Original Estimate: 193h
>  Remaining Estimate: 193h
>
> When I launch my Cordova application on the S5 it will load the app, however nothing is clickable and the page freezes.  Below is a capture from logcat that details the issue appears to be with the Adreno GPU returning an error with "Invalid texture format!".  I have searched the web and there is not much information on this issue.  Please take a look at the logcat below and see what may be going on.  Thanks for any help you can provide!
> 04-27 17:04:29.214: D/ResourcesManager(26179): creating new AssetManager and set to /data/app/com.heartland.userapp-2/base.apk
> 04-27 17:04:29.324: I/WebViewFactory(26179): Loading com.google.android.webview version 49.0.2623.105 (code 262310500)
> 04-27 17:04:29.324: D/ResourcesManager(26179): creating new AssetManager and set to /data/app/com.google.android.webview-2/base.apk
> 04-27 17:04:29.344: I/cr_LibraryLoader(26179): Time to load native libraries: 1 ms (timestamps 7243-7244)
> 04-27 17:04:29.344: I/cr_LibraryLoader(26179): Expected native library version number "49.0.2623.105", actual native library version number "49.0.2623.105"
> 04-27 17:04:29.394: V/WebViewChromiumFactoryProvider(26179): Binding Chromium to main looper Looper (main, tid 1) {27f5cce0}
> 04-27 17:04:29.394: I/cr_LibraryLoader(26179): Expected native library version number "49.0.2623.105", actual native library version number "49.0.2623.105"
> 04-27 17:04:29.394: I/chromium(26179): [INFO:library_loader_hooks.cc(144)] Chromium logging enabled: level = 0, default verbosity = 0
> 04-27 17:04:29.414: I/cr_BrowserStartup(26179): Initializing chromium process, singleProcess=true
> 04-27 17:04:29.454: I/Adreno-EGL(26179): <qeglDrvAPI_eglInitialize:410>: EGL 1.4 QUALCOMM build:  ()
> 04-27 17:04:29.454: I/Adreno-EGL(26179): OpenGL ES Shader Compiler Version: E031.25.01.03
> 04-27 17:04:29.454: I/Adreno-EGL(26179): Build Date: 03/03/15 Tue
> 04-27 17:04:29.454: I/Adreno-EGL(26179): Local Branch: LA.BF.1.1_RB1_20150108_025_1077123_1158499
> 04-27 17:04:29.454: I/Adreno-EGL(26179): Remote Branch: 
> 04-27 17:04:29.454: I/Adreno-EGL(26179): Local Patches: 
> 04-27 17:04:29.454: I/Adreno-EGL(26179): Reconstruct Branch: 
> 04-27 17:04:29.524: I/art(26179): Rejecting re-init on previously-failed class java.lang.Class<com.android.webview.chromium.WebViewContentsClientAdapter$WebResourceErrorImpl>
> 04-27 17:04:29.524: I/art(26179): Rejecting re-init on previously-failed class java.lang.Class<com.android.webview.chromium.WebViewContentsClientAdapter$WebResourceErrorImpl>
> 04-27 17:04:29.584: I/art(26179): Rejecting re-init on previously-failed class java.lang.Class<org.chromium.content.browser.FloatingWebActionModeCallback>
> 04-27 17:04:29.584: I/art(26179): Rejecting re-init on previously-failed class java.lang.Class<org.chromium.content.browser.FloatingWebActionModeCallback>
> 04-27 17:04:29.604: D/cr_Ime(26179): [InputMethodManagerWrapper.java:27] Constructor
> 04-27 17:04:29.614: W/cr_AwContents(26179): onDetachedFromWindow called when already detached. Ignoring
> 04-27 17:04:29.624: D/cr_Ime(26179): [InputMethodManagerWrapper.java:56] isActive: false
> 04-27 17:04:29.644: D/SystemWebViewEngine(26179): CordovaWebView is running on device made by: samsung
> 04-27 17:04:29.664: V/StatusBar(26179): StatusBar: initialization
> 04-27 17:04:29.774: D/Activity(26179): performCreate Call secproduct feature valuefalse
> 04-27 17:04:29.774: D/Activity(26179): performCreate Call debug elastic valuetrue
> 04-27 17:04:29.794: D/OpenGLRenderer(26179): Render dirty regions requested: true
> 04-27 17:04:29.844: D/ConnectivityManager.CallbackHandler(26179): CM callback handler got msg 524290
> 04-27 17:04:29.874: I/OpenGLRenderer(26179): Initialized EGL, version 1.4
> 04-27 17:04:29.884: I/OpenGLRenderer(26179): HWUI protection enabled for context ,  &this =0xaf172060 ,&mEglDisplay = 1 , &mEglConfig = 8 
> 04-27 17:04:29.884: D/OpenGLRenderer(26179): Enabling debug mode 0
> 04-27 17:04:29.974: I/Timeline(26179): Timeline: Activity_idle id: android.os.BinderProxy@2109e3be time:137917877
> 04-27 17:04:29.994: E/libEGL(26179): validate_display:255 error 3008 (EGL_BAD_DISPLAY)
> 04-27 17:04:30.014: E/Adreno-ES20(26179): <check_framebuffer_attachment:854>: Invalid texture format! Returning error!
> 04-27 17:04:30.014: E/Adreno-ES20(26179): <check_framebuffer_object_status:1237>: Framebuffer color attachment incomplete. Returning GL_FRAMEBUFFER_INCOMPLETE_ATTACHMENT!
> 04-27 17:04:30.034: W/cr_BindingManager(26179): Cannot call determinedVisibility() - never saw a connection for the pid: 26179
> 04-27 17:04:30.204: D/JsMessageQueue(26179): Set native->JS mode to OnlineEventsBridgeMode
> 04-27 17:04:30.764: V/StatusBar(26179): Executing action: _ready
> 04-27 17:04:30.784: D/CordovaNetworkManager(26179): toLower : wifi
> 04-27 17:04:30.784: D/CordovaNetworkManager(26179): wifi : wifi
> 04-27 17:04:30.784: D/CordovaNetworkManager(26179): Connection Type: wifi
> 04-27 17:04:30.784: D/CordovaNetworkManager(26179): Connection Extra Info: "HPS_CHT_INET"
> 04-27 17:04:30.784: D/CordovaNetworkManager(26179): toLower : wifi
> 04-27 17:04:30.784: D/CordovaNetworkManager(26179): wifi : wifi
> 04-27 17:04:30.784: D/CordovaNetworkManager(26179): Connection Type: wifi
> 04-27 17:04:30.784: D/CordovaNetworkManager(26179): Connection Extra Info: "HPS_CHT_INET"
> 04-27 17:04:31.144: W/cr_BindingManager(26179): Cannot call determinedVisibility() - never saw a connection for the pid: 26179
> 04-27 17:04:31.324: I/chromium(26179): [INFO:CONSOLE(142)] "*** Device is ready ***", source: file:///android_asset/www/js/main.js (142)
> 04-27 17:04:31.324: V/StatusBar(26179): Executing action: overlaysWebView
> 04-27 17:04:31.324: V/StatusBar(26179): Executing action: backgroundColorByHexString
> 04-27 17:04:31.344: I/chromium(26179): [INFO:CONSOLE(187)] "Using test servers", source: file:///android_asset/www/js/main.js (187)
> 04-27 17:04:31.374: E/Adreno-ES20(26179): <check_framebuffer_attachment:854>: Invalid texture format! Returning error!
> 04-27 17:04:31.374: E/Adreno-ES20(26179): <check_framebuffer_object_status:1237>: Framebuffer color attachment incomplete. Returning GL_FRAMEBUFFER_INCOMPLETE_ATTACHMENT!



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org