aboutsummaryrefslogtreecommitdiff
path: root/src/google_breakpad
diff options
context:
space:
mode:
authorLei Zhang <thestig@chromium.org>2018-06-26 11:34:13 -0700
committerLei Zhang <thestig@chromium.org>2018-06-28 00:20:01 +0000
commitfac0e886c8dee6418fcd303c1186518cc51e064d (patch)
treeac418c8666117af58d72b87c08c4d51d3a9de956 /src/google_breakpad
parentRefactor code out of MinidumpModuleList::Read(). (diff)
downloadbreakpad-fac0e886c8dee6418fcd303c1186518cc51e064d.tar.xz
Only do Android-specific adjustments for Android minidumps.
Change-Id: I33b1f988766f79b473127c4b56b1c81021b89631 Reviewed-on: https://chromium-review.googlesource.com/1115436 Reviewed-by: Joshua Peraza <jperaza@chromium.org>
Diffstat (limited to 'src/google_breakpad')
-rw-r--r--src/google_breakpad/processor/minidump.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/google_breakpad/processor/minidump.h b/src/google_breakpad/processor/minidump.h
index 785428b8..1ad513df 100644
--- a/src/google_breakpad/processor/minidump.h
+++ b/src/google_breakpad/processor/minidump.h
@@ -544,7 +544,8 @@ class MinidumpModuleList : public MinidumpStream,
bool StoreRange(const MinidumpModule& module,
uint64_t base_address,
uint32_t module_index,
- uint32_t module_count);
+ uint32_t module_count,
+ bool is_android);
// The largest number of modules that will be read from a minidump. The
// default is 1024.