Breakpad is a library and tool suite that allows you to distribute an application to users with compiler-provided debugging information removed, record crashes in compact "minidump" files, send them back to your server, and produce C and C++ stack traces from these minidumps.
I am trying to build the breakpad libraries based on the documentation from https://chromium.googlesource.com/breakpad/breakpad/ but …
c++11 gcc compilation google-breakpadI am trying to build google breakpad for windows. I don't get it. I tried installed autoconf and m4 for …
build visual-studio-2005 google-breakpadIs anyone using Google Breakpad for Android native code (NDK) ? If so, could you elaborate on how to get it …
android android-ndk google-breakpadI'm totally lost on how to build Google's breakpad. There is a sln file, but it depends on a library …
gyp google-breakpadI'm probably doing something wrong, but I can't figure this one out. I have a simple crash minidump, generated on …
google-breakpad