mirror of
https://github.com/ByteWelder/Tactility.git
synced 2026-02-21 07:55:06 +00:00
Fixes
This commit is contained in:
parent
158033af48
commit
22ee68c891
@ -58,7 +58,7 @@ public:
|
|||||||
auto qrcodeData = std::make_shared<uint8_t[]>(qrcode_getBufferSize(qr_version));
|
auto qrcodeData = std::make_shared<uint8_t[]>(qrcode_getBufferSize(qr_version));
|
||||||
if (qrcodeData == nullptr) {
|
if (qrcodeData == nullptr) {
|
||||||
LOGGER.error("Failed to allocate QR buffer");
|
LOGGER.error("Failed to allocate QR buffer");
|
||||||
stop();
|
stop(manifest.appId);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -52,7 +52,7 @@ namespace tt {
|
|||||||
if (!(__e)) { \
|
if (!(__e)) { \
|
||||||
tt::Logger("Kernel").error("Check failed: {}", #__e); \
|
tt::Logger("Kernel").error("Check failed: {}", #__e); \
|
||||||
if (__m) { \
|
if (__m) { \
|
||||||
tt_crash_internal(#__m); \
|
tt_crash_internal(__m); \
|
||||||
} else { \
|
} else { \
|
||||||
tt_crash_internal(""); \
|
tt_crash_internal(""); \
|
||||||
} \
|
} \
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user