From cb3af9f0871f458e084d57ceb1aae862489b540f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Janiszewski?= Date: Thu, 5 Apr 2018 09:55:16 +0200 Subject: [PATCH] Add information about prebuilt breakpad and tools --- Using-minidumps-from-crash-reports.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Using-minidumps-from-crash-reports.md b/Using-minidumps-from-crash-reports.md index 0f61ba5..6d09c61 100644 --- a/Using-minidumps-from-crash-reports.md +++ b/Using-minidumps-from-crash-reports.md @@ -14,6 +14,9 @@ For minidumps to work, the original binary and attached symbol file (`.pdb`) is It is possible to extract at least some information from the provided dumps. +There are some prebuilt versions of breakpad and its tools available from https://android.googlesource.com/platform/prebuilts/google-breakpad/linux-x86/+/studio-master-dev (other platforms are available too, check for most recent branch) +You can download them a single base64-encoded binary by going to a particular file, then clicking `txt` in lower-right corner. + You will need `minidump_stackwalk` (part of breakpad) and `dump_syms.exe` (windows version of it, part of breakpad), besides the debug symbols and the dump itself. You can download `dump_syms.exe` from https://hg.mozilla.org/mozilla-central/raw-file/94c926911767/toolkit/crashreporter/tools/win32/dump_syms_vc1600.exe, it will require `msdia100.dll`, which is a part of `Microsoft Visual C++ 2010 Redistributable`, which you can obtain with `winetricks` or (probably) from here: https://www.microsoft.com/en-us/download/details.aspx?id=26999