feat update platform table
Some checks failed
rpcrypto-build / build (Release, himix200.toolchain.cmake) (push) Successful in 1m20s
rpcrypto-build / build (Debug, hisiv510.toolchain.cmake) (push) Successful in 1m23s
rpcrypto-build / build (Release, hisiv510.toolchain.cmake) (push) Successful in 1m18s
rpcrypto-build / build (Debug, himix200.toolchain.cmake) (push) Successful in 1m26s
linux-x64-gcc / linux-gcc (push) Failing after 1m15s
linux-mips64-gcc / linux-gcc-mips64el (push) Failing after 1m40s
linux-hisiv500-gcc / linux-gcc-hisiv500 (push) Successful in 1m52s

This commit is contained in:
tqcq 2024-03-01 10:28:38 +08:00
parent 0f7c0f91ca
commit b3be681351

View File

@ -21,9 +21,8 @@ namespace tqcq {
} catch (const std::exception &e) { \ } catch (const std::exception &e) { \
__fmt_str = e.what(); \ __fmt_str = e.what(); \
} \ } \
tqcq::Logger::GetInstance().Log( \ tqcq::Logger::GetInstance().Log(level, __FILE__, __FUNCTION__, \
level, __FILE__, __FUNCTION__, __LINE__, tag, \ __LINE__, tag, __fmt_str.c_str()); \
fmt::format(fmt_str, ##__VA_ARGS__).c_str()); \
} while (0) } while (0)
#define ULOG_SET_STRIPPED_PREFIX_LEN(len) \ #define ULOG_SET_STRIPPED_PREFIX_LEN(len) \