Android - Fatal signal 6 (SIGABRT), code -6 in tid 24701 (FinalizerDaemon) with google breakpad error

My application will crash accidentally and give the same error logs every time. Why am I not getting my own stack trace or debug log? This is happening as certain WebView items in my app load, but I'm not sure what this error means.

A/OpenGLRenderer﹕ Wrong thread!
D/video﹕ New article fragment created at:6
W/google-breakpad﹕ ### ### ### ### ### ### ### ### ### ### ### ### ###
W/google-breakpad﹕ Chrome build fingerprint:
W/google-breakpad﹕ playstore-debug
W/google-breakpad﹕ 1
W/google-breakpad﹕ 92675e2e-3e24-4fdd-9bc9-d979deace950
W/google-breakpad﹕ ### ### ### ### ### ### ### ### ### ### ### ### ###
E/chromium﹕ ### WebView Version 43.0.2357.121 (code 2357121)
--------- beginning of crash
A/libc﹕ Fatal signal 6 (SIGABRT), code -6 in tid 24701 (FinalizerDaemon)

      

Anyone familiar with these types of errors or have seen them before?

+3


source to share





All Articles