| Index: src/client/linux/microdump_writer/microdump_writer.h
|
| diff --git a/src/client/linux/microdump_writer/microdump_writer.h b/src/client/linux/microdump_writer/microdump_writer.h
|
| index e218558363cf3f34d89f534470b5d6f3c262da38..7c742761d7ca030e58fabc419a16ab168028b340 100644
|
| --- a/src/client/linux/microdump_writer/microdump_writer.h
|
| +++ b/src/client/linux/microdump_writer/microdump_writer.h
|
| @@ -37,6 +37,8 @@
|
|
|
| namespace google_breakpad {
|
|
|
| +struct MicrodumpExtraInfo;
|
| +
|
| // Writes a microdump (a reduced dump containing only the state of the crashing
|
| // thread) on the console (logcat on Android). These functions do not malloc nor
|
| // use libc functions which may. Thus, it can be used in contexts where the
|
| @@ -56,8 +58,7 @@ bool WriteMicrodump(pid_t crashing_process,
|
| const void* blob,
|
| size_t blob_size,
|
| const MappingList& mappings,
|
| - const char* build_fingerprint,
|
| - const char* product_info);
|
| + const MicrodumpExtraInfo& microdump_extra_info);
|
|
|
| } // namespace google_breakpad
|
|
|
|
|