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.
My question is :
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?