Jasperr,
I haven't tried GDB on opencore, but in my case I use logcat to know
what is going with opencore.
You will have to do two minor changes to redirect the PVlogger
messages to the Android logging (logcat)
1. Change external/opencore/oscl/pvlogger/src/
pvlogger.h:
/* Release mode-- No logging */
#define PVLOGGER_INST_LEVEL 0 ---- Change this value to 5
2. Change external/opencore/android/thread_init.cpp:
#if 0 --------- Change this value to 1
PVLoggerAppender *appender = new AndroidLogAppender<
TimeAndIdLayout,1024>();
...
...
#endif
I know is not GDB, but maybe it can help you to debug some issues.
Regards,
-Eugenio
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"android-framework" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/android-framework?hl=en
-~----------~----~----~----~------~----~------~--~---