1
0
Fork 0
forked from len0rd/rockbox

rb_namespace add logf

add logging to the namespace file to allow debug of root redirect

Change-Id: I6032aea880998c05dacf3d0d2e0d222205b9376e
This commit is contained in:
William Wilgus 2022-03-15 00:45:00 -04:00
parent 20b9ce5497
commit a5c16d2990
3 changed files with 76 additions and 5 deletions

View file

@ -30,6 +30,14 @@
#include "string-extra.h"
#include "rbunicode.h"
/* Define LOGF_ENABLE to enable logf output in this file */
//#define LOGF_ENABLE
#ifdef LOGF_ENABLE
#include "logf.h"
#undef DEBUGF
#define DEBUGF logf
#endif
/** Internal common filesystem service functions **/
/* for internal functions' scanning use to save quite a bit of stack space -