forked from len0rd/rockbox
Redirect (L)DEBUGFs to adb logcat in DEBUG enabled builds.
Exclude compilation of firmware/debug.c for hosted platforms. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28125 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
66f8fb52a9
commit
ad500e1063
6 changed files with 62 additions and 15 deletions
|
|
@ -35,7 +35,6 @@ static char debugbuf[400];
|
|||
#endif
|
||||
#endif
|
||||
|
||||
#ifndef SIMULATOR /* allow non archos platforms to display output */
|
||||
#include "kernel.h"
|
||||
#include "system.h"
|
||||
#include "debug.h"
|
||||
|
|
@ -257,4 +256,3 @@ void debugf(const char *fmt, ...)
|
|||
#endif
|
||||
}
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue