Breakpad and Android
Unsolved
General and Desktop
-
Hello,
I want to integrate google breakpad in my Qt application for reporting crashes especially in Android. Base for my implementation is https://github.com/JPNaude/dev_notes/wiki/Using-Google-Breakpad-with-Qt. Compiling my project is working without failures. When a crah occurs callback is executing but it isn´t creating a dumpfile. So I looked deeper and found out that context is 0x0. This should be reason for not dumping.
Context for Android is generating with "src\common\android\breakpad_getcontext.S".Can somebody give me a hint for implemantation or a working example for using successfully breakpad with android?
Thanks a lot!!