Log ObjC Runtime messages only in verbose mode

llvm-svn: 328365
This commit is contained in:
Adrian Prantl 2018-03-23 20:17:39 +00:00
parent bcf0a96f9e
commit 6b2d5950d3
1 changed files with 2 additions and 2 deletions

View File

@ -1440,8 +1440,8 @@ uint32_t AppleObjCRuntimeV2::ParseClassInfoArray(const DataExtractor &data,
// uint32_t hash;
// } __attribute__((__packed__));
Log *log(GetLogIfAnyCategoriesSet(LIBLLDB_LOG_PROCESS | LIBLLDB_LOG_TYPES));
Log *log(GetLogIfAllCategoriesSet(LIBLLDB_LOG_TYPES
| LLDB_LOG_OPTION_VERBOSE));
uint32_t num_parsed = 0;
// Iterate through all ClassInfo structures