| Index: third_party/crashpad/crashpad/snapshot/mac/process_reader.cc
|
| diff --git a/third_party/crashpad/crashpad/snapshot/mac/process_reader.cc b/third_party/crashpad/crashpad/snapshot/mac/process_reader.cc
|
| index 3b11eb1d788d5e81982b41cd00bb1747308d3429..46b83c13873c33a750200258958c9e4188bce851 100644
|
| --- a/third_party/crashpad/crashpad/snapshot/mac/process_reader.cc
|
| +++ b/third_party/crashpad/crashpad/snapshot/mac/process_reader.cc
|
| @@ -444,6 +444,9 @@ void ProcessReader::InitializeModules() {
|
| if (all_image_infos.version >= 2 && all_image_infos.dyldImageLoadAddress &&
|
| image_info.imageLoadAddress == all_image_infos.dyldImageLoadAddress) {
|
| found_dyld = true;
|
| + LOG(WARNING) << base::StringPrintf(
|
| + "found dylinker (%s) in dyld_all_image_infos::infoArray",
|
| + module.name.c_str());
|
|
|
| LOG_IF(WARNING, file_type != MH_DYLINKER)
|
| << base::StringPrintf("dylinker (%s) has unexpected Mach-O type %d",
|
|
|