This is quite confusing. The kernel has no cpp files. The kernel uses
a completely separate message buffer from the Android logging system.
You don't use LOGD in the kernel, and you don't access kernel messages
with logcat.
To create a kernel message, use printk, and to see kernel messages, use dmesg.
> I'm triying to enable smart card feature of Google Nexus S modifying
> this sources:
> http://groups.google.com/group/android-developers/browse_thread/thread/d5fc35a9f16aa467/dec4843abd73d9e9?lnk=gst&q=secure+element+diff%27s#dec4843abd73d9e9
>
> I think that when I re-compile kernel, the process doesnt clean old
> code and shows me the old code.
I'm not sure what this means either. Are you saying that the make
doesn't rebuild some of the code, even though it's modified by a patch?
If so, then do a 'make clean' then 'make'. (or, save of your .config,
then do a 'make distclean', then restore your .config and do a 'make')
-- Tim
=============================
Tim Bird
Architecture Group Chair, CE Workgroup of the Linux Foundation
Senior Staff Engineer, Sony Network Entertainment
=============================