Skip to content

Instantly share code, notes, and snippets.

@sm4rk0
Created February 22, 2016 11:22
Show Gist options
  • Save sm4rk0/440827ed384dae2c421b to your computer and use it in GitHub Desktop.
Save sm4rk0/440827ed384dae2c421b to your computer and use it in GitHub Desktop.
WebApps crash when pasting a URL into Facebook (desktop) status text area
W/System.err( 9171): java.lang.NullPointerException: Attempt to invoke virtual method 'java.lang.String java.lang.String.toLowerCase()' on a null object reference
W/System.err( 9171): at com.tobykurien.webapps.webviewclient.WebClient.isInSandbox(WebClient.xtend:165)
W/System.err( 9171): at com.tobykurien.webapps.webviewclient.WebClient.shouldInterceptRequest(WebClient.xtend:99)
W/System.err( 9171): at android.webkit.WebViewClient.shouldInterceptRequest(WebViewClient.java:125)
W/System.err( 9171): at com.android.webview.chromium.WebViewContentsClientAdapter.shouldInterceptRequest(WebViewContentsClientAdapter.java:297)
W/System.err( 9171): at org.chromium.android_webview.AwContents$BackgroundThreadClientImpl.shouldInterceptRequest(AwContents.java:465)
W/System.err( 9171): at org.chromium.android_webview.AwContentsBackgroundThreadClient.shouldInterceptRequestFromNative(AwContentsBackgroundThreadClient.java:38)
F/chromium( 9171): [FATAL:jni_android.cc(249)] Check failed: false. Please include Java exception stack in crash report
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment