mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-04-24 03:29:57 -07:00
Re-enable FURI_TRACE crash paths
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user