spdlog的uninit會 dropall 這樣會導致其它使用了spdlog 的庫異常崩潰 #131
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
./Livox-SDK/sdk_core/src/base/logging.cpp 文件中的 UninitLogger 方法,使用了 spdlog::drop_all 方法來釋放 logger,這樣過於簡單粗暴,應只 drop 自己的部分
@zhoutotong
您好,我们会在下个版本解决这个问题