-
-
Notifications
You must be signed in to change notification settings - Fork 171
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
UE4 + Android + Breakpad Minidump Processing Problems #496
Comments
Android indeed is weird related to a couple of things:
|
It works when I use the sentry native + sentry java with inproc handler. just broken with breakpad. Maybe there needs to be a fallback layer to handle or fix this. Is there any more information you need from me to help debug it to see what's wrong? I'm using sentry SaaS so you can access the crash event and all the symbols. |
It would be interesting to see the output of |
Anyway I can get this? |
If its from a device you control, connect via |
Possible to provide me a example ADB command? I'm unfamiliar with doing this sort of thing. Is it just a ADB copy from the device to local filesystem? or sd card? |
Closing for now, please feel free to re-open if you run into this issue again. |
Description
Attempting to view details about the missing symbol results in trying to load a symbol. It takes me to the wrong symbol file instead of libUE4.so /android/00/000000000000000000000000000000/executable
When does the problem happen
Sending a manual stack in works, the minidump processing does not.
Here is a example of a working manual stack.
Environment
Steps To Reproduce
Log output
https://sentry.io/share/issue/10eae82a43964007b9a0611ec9076bb5/
Capuring the crash:
Sending the crash:
The text was updated successfully, but these errors were encountered: