mirror of
https://git.suyu.dev/suyu/breakpad.git
synced 2025-12-29 10:45:28 +01:00
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>
This commit is contained in:
parent
d531e1b2ba
commit
fac0e886c8
2 changed files with 10 additions and 5 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue