| 237 | } |
| 238 | |
| 239 | void ErrorMonitor::SetDesiredInfo(const char* msg, uint32_t count /*= 1*/) { |
| 240 | for (uint32_t i = 0; i < count; ++i) { |
| 241 | SetDesiredFailureMsg(kInformationBit, msg); |
| 242 | } |
| 243 | } |
| 244 | |
| 245 | // If you are using this, please leave a comment why, otherwise its hard to remove these once added |
| 246 | void ErrorMonitor::SetAllowedFailureMsg(const char* const msg) { |
no outgoing calls
no test coverage detected