JBR-7616: fixed type (str)

(cherry picked from commit a6569241db)
This commit is contained in:
bourgesl
2024-09-27 16:16:30 +02:00
committed by jbrbot
parent b1685d050c
commit b88c281bb0

View File

@@ -75,7 +75,7 @@ static const char* mtlOpToStr(uint op);
lwc_plog(env, "%s_flushBuffer: Failed opcode=%s op=%s dstType=%s ctx=%p", \
className, mtlOpCodeToStr(opcode), mtlOpToStr(mtlPreviousOp), \
mtlDstTypeToStr(DST_TYPE(dstOps)), mtlc); \
NSString *str = [NSString stringWithFormat:@"%@", [e description]].UTF8String; \
char* str = [NSString stringWithFormat:@"%@", [e description]].UTF8String; \
lwc_plog(env, "%s_flushBuffer Exception: %s", className, str); \
str = [NSString stringWithFormat:@"%@", [e callStackSymbols]].UTF8String; \
lwc_plog(env, "%s_flushBuffer callstack: %s", className, str); \