| 249 | } |
| 250 | |
| 251 | void ErrorMonitor::SetUnexpectedError(const char* const msg) { |
| 252 | if (NeedCheckSuccess()) { |
| 253 | VerifyNotFound(); |
| 254 | } |
| 255 | auto guard = Lock(); |
| 256 | ignore_message_strings_.emplace_back(msg); |
| 257 | } |
| 258 | |
| 259 | VkBool32 ErrorMonitor::CheckForDesiredMsg(const char* vuid, const char* const msg_string) { |
| 260 | VkBool32 result = VK_FALSE; |