Searched refs:extra_msg (Results 1 – 2 of 2) sorted by relevance
43 const std::string& extra_msg = "") { in exception() argument44 if (extra_msg.empty()) { in exception()47 MYLOGE("%s %s (%d) ", msg.c_str(), extra_msg.c_str(), code); in exception()
272 extra_msg = ''274 extra_msg = ' (low count may indicate incremental build)'275 writer('Total number of warnings: <b>' + str(total) + '</b>' + extra_msg)