1
0
Fork 0
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:
Thomas Martitz 2010-09-20 17:38:47 +00:00
parent 66f8fb52a9
commit ad500e1063
6 changed files with 62 additions and 15 deletions

View file

@ -28,11 +28,6 @@
void power_off(void);
#include <android/log.h>
#define LOG_TAG "Rockbox"
#define LOG(args...) \
__android_log_print(ANDROID_LOG_DEBUG, LOG_TAG, ##args);
#endif /* __SYSTEM_TARGET_H__ */
#define NEED_GENERIC_BYTESWAPS