androidgoogle-breakpad

How to upload dmp files to server using breakpad on Android?


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?


Solution

  • What a pity that nobody answer this question... So I just implement this upload operation all by myself.