android
Android SIGABRT Signal 6 Camera2
E/OpenGLRenderer: Texture is using 0.00B, count = 1 OffscreenBuffer is using 0.00B, count = 0 Layer is using 0.00B, count = 1 05-14 19:29:30.911 31706-31756/com.package.test A/OpenGLRenderer: Leaked 2 GPU objects! --------- beginning of crash 05-14 19:29:30.912 31706-31756/com.package.test A/libc: Fatal signal 6 (SIGABRT), code -6 in tid 31756 (RenderThread) [ 05-14 19:29:30.919 10376:10376 W/ ] debuggerd: handling request: pid=31706 uid=10371 gid=10371 tid=31756 It seams that the operating system kills the application in debug mode and disables the camera in release mode in some devices because of the SIGABRT signal that detects something is wrong in the RenderThread with my TextureView that holds the camera preview. I just use camera2 inside a Fragment and I tested it in multiple devices. A link with people talking about the problem without a solve: https://issuetracker.google.com/issues/37123764 Devices with the problem reported: Xperia XZ, Xperia X Compact, Xperia Z5 ... Nexus 6P, Nexus 5X... If there's no solve there's any alternative to prevent the camera close at least in the release mode?
Related Links
Fatal Exception: com.google.firebase.database.d: Class com.myapp.android.c is missing a constructor with no arguments
when i use setHomeButtonEnabled(true) theApp Icon is not clickable
TextureView onSurfaceTextureDestroyed not called when Activity is paused?
permission ERROR but ask, httpurlconnection android
What are these variables supposed to be? Firebase Authentication creating new account with email
Games.Leaderboards.submitScore doesn't work
Espresso test swipes the wrong pager
ADB Unauthorizec Device, Soft bricked
Remove back button if platform is Android
Why EditText keeps moving window up when newline is typed
Equations in android app
ListView mixing up values when scrolling
How to Implement linkedin's TestButler library in Espresso test
Is there any way to reduce map quest server hits, while performing zooming
WebView does not scroll div in ViewPager
I need to start a timer when my device screen is locked and stop it when the screen is unlocked provided timeout has not occurred