I want to collect the C++ side crash information of my Android app using breakpad.
I have build the breakpad toolchain successfully, and I can symbolicate stack traces correctly.
How to upload the minidump files to my server on Android? Is there a solution in breakpad source code?
Or I should implement this all by myself?
Anybody can help me?
What a pity that nobody answer this question... So I just implement this upload operation all by myself.