1
0
mirror of https://github.com/mamoe/mirai.git synced 2025-03-26 07:20:09 +08:00

Switch on logger while debugging

This commit is contained in:
Him188 2020-01-30 23:50:18 +08:00
parent 84db241c94
commit f1890783bd

View File

@ -33,6 +33,7 @@ fun main() {
}
fun ByteReadPacket.decodeMultiServerToClientPackets() {
PacketLogger.enable()
println("=======================处理服务器到客户端客户端=======================")
var count = 0
while (remaining != 0L) {