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:
parent
e6910760b1
commit
c95319f6fd
4 changed files with 41 additions and 0 deletions
|
@ -2050,6 +2050,7 @@ bool debug_menu(void)
|
|||
#endif
|
||||
#ifdef ROCKBOX_HAS_LOGF
|
||||
{"logf", logfdisplay },
|
||||
{"logfdump", logfdump },
|
||||
#endif
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue