mirror of
https://github.com/ByteWelder/Tactility.git
synced 2026-02-19 03:13:14 +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));
|
||||
if (qrcodeData == nullptr) {
|
||||
LOGGER.error("Failed to allocate QR buffer");
|
||||
stop();
|
||||
stop(manifest.appId);
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
@ -52,7 +52,7 @@ namespace tt {
|
||||
if (!(__e)) { \
|
||||
tt::Logger("Kernel").error("Check failed: {}", #__e); \
|
||||
if (__m) { \
|
||||
tt_crash_internal(#__m); \
|
||||
tt_crash_internal(__m); \
|
||||
} else { \
|
||||
tt_crash_internal(""); \
|
||||
} \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user