Re-enable FURI_TRACE crash paths

This commit is contained in:
Willy-JL
2024-08-12 03:27:48 +02:00
parent 7fb394214a
commit f65726b67b
2 changed files with 4 additions and 3 deletions

View File

@@ -8,6 +8,7 @@
- Services:
- OFW: On SD insert load BT, Desktop, Dolphin, Expansion, Notification, Region files (by @gsurkov)
- On SD insert also load Momentum settings, Asset Packs, FindMy Flipper, NameSpoof, SubGHz options, and migrate files (by @Willy-JL)
- Furi: Re-enabled `FURI_TRACE` since LFS removal frees DFU, will get better crash messages with source code path (by @Willy-JL)
- OFW: RFID: Add GProxII support (by @BarTenderNZ)
- OFW: iButton: Support ID writing (by @Astrrra)
- OFW: FBT: Add `-Wundef` to compiler options (by @hedger)

View File

@@ -21,9 +21,9 @@ extern "C" {
#endif
// When enabled will use file paths instead of "furi_check failed"
// #if !defined(FURI_RAM_EXEC) && !defined(FURI_DEBUG)
// #define __FURI_TRACE
// #endif
#if !defined(FURI_RAM_EXEC) && !defined(FURI_DEBUG)
#define __FURI_TRACE
#endif
// Flags instead of pointers will save ~4 bytes on furi_assert and furi_check calls.
#ifndef __FURI_TRACE