[android-porting] Re: Debug android source code

2008-12-08 Thread Yogi
After enabling the log i am getting following error message: target thumb C++: libpvlogger = external/opencore//oscl/pvlogger/src/ pvlogger.cpp In file included from bionic/libc/include/stdint.h:31, from bionic/libc/include/dirent.h:31, from

[android-porting] Re: Debug android source code

2008-12-07 Thread freepine
You can turn on the code in /opencore/android/thread_init.cpp (about line 94~103) to enable android log appender. And updating the marco of PVLOGGER_INST_LEVEL to 5 in external/opencore/oscl/pvlogger/src/pvlogger.h. Then you will see PV logs in DDMS. If you intends to use gdb, you will need to