更新并适配ZLToolKit

This commit is contained in:
xia-chu
2024-08-04 20:46:05 +08:00
parent 47b8435d7c
commit da704ab2f1
5 changed files with 7 additions and 35 deletions

View File

@@ -63,7 +63,7 @@ const char *PSDecoder::onSearchPacketTail(const char *data, size_t len) {
//解析失败,丢弃所有数据
return data + len;
} catch (AssertFailedException &ex) {
} catch (toolkit::AssertFailedException &ex) {
InfoL << "解析 ps 异常: bytes=" << len
<< ", exception=" << ex.what()
<< ", hex=" << hexdump(data, MIN(len, 32));