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
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:
parent
0f7c0f91ca
commit
b3be681351
@ -21,9 +21,8 @@ namespace tqcq {
|
||||
} catch (const std::exception &e) { \
|
||||
__fmt_str = e.what(); \
|
||||
} \
|
||||
tqcq::Logger::GetInstance().Log( \
|
||||
level, __FILE__, __FUNCTION__, __LINE__, tag, \
|
||||
fmt::format(fmt_str, ##__VA_ARGS__).c_str()); \
|
||||
tqcq::Logger::GetInstance().Log(level, __FILE__, __FUNCTION__, \
|
||||
__LINE__, tag, __fmt_str.c_str()); \
|
||||
} while (0)
|
||||
|
||||
#define ULOG_SET_STRIPPED_PREFIX_LEN(len) \
|
||||
|
Loading…
Reference in New Issue
Block a user