Unable to understand what preconditions for panic that causes crash #9075
yakovliev-hover
started this conversation in
General
Replies: 3 comments
|
There should be more details in the log. |
0 replies
|
Facing the same issue on Android. I see thousands of crashes in the Google Play Console with the generic "utils::TPanicutils::PreconditionPanic" one liner stack trace, no reason is shown. Also, I can't reproduce these crashes on my Android devices so there is no way to fix them. Panic.cpp should call android_set_abort_message() so Android developers can see the reason for the crash in the tombstone in either Google Play Console or Crashlytics. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
I have a floating device-specific crash that seems related to ImageNode removing and adding.
Unfortunately, in Logcat I see just
#01 pc 00000000001f8f70 /data/app/~~VLvLN-CzJ_KZFEhcXh3rKQ==/my.application.camera.sample-fTR_y66o22ILsBqjR64BCw==/base.apk!libfilament-jni.so (utils::TPanic<utils::PreconditionPanic>::panic(char const*, char const*, int, char const*, std::__ndk1::basic_string<char, std::__ndk1::char_traits<char>, std::__ndk1::allocator<char> >)+176) (BuildId: 836c96c4fb40776c58fc4d4287f1e7f52dd2041b)I would like to have more details that can help with troubleshoting.
Maybe someone can suggest how I can achieve more details
All reactions