1
0
Fork 0
forked from len0rd/rockbox

Added logfdump - that writes the internal logf log to .rockbox/logf.txt

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6545 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Daniel Stenberg 2005-06-01 13:07:37 +00:00
parent e6910760b1
commit c95319f6fd
4 changed files with 41 additions and 0 deletions

View file

@ -2050,6 +2050,7 @@ bool debug_menu(void)
#endif
#ifdef ROCKBOX_HAS_LOGF
{"logf", logfdisplay },
{"logfdump", logfdump },
#endif
};