[android-developers] How to add log in android C code?

2009-12-22 Thread sheng wang
Hi All, I want to debug android source code in C (WebView part) . Can I debug the android source code in C with the help of ADB? Or how can I use log in C code just the Log.v in Java? Please help me out. Thanks in advance, Shawn. -- You received this message because you are subscribed to

Re: [android-developers] How to add log in android C code?

2009-12-22 Thread Sachin Nikam
You can use LOGD or printk. On Tue, Dec 22, 2009 at 1:30 PM, sheng wang banxia...@gmail.com wrote: Hi All, I want to debug android source code in C (WebView part) . Can I debug the android source code in C with the help of ADB? Or how can I use log in C code just the Log.v in Java?