hi
recently i tried to see logs in native WebKit
but in the end found nothing in ddms
finally i found the cause is that
in WebCore/config.h , it includes <wtf/Assertions.h>
which defines LOG macro
therefore the LOG{VDIEW} macro will be redirected to WTFLog
instead of android_log
try to do #undef LOG before you including "utils/Log.h" or "cutils/
log.h"
and try not to include them before including "config.h"
--
You received this message because you are subscribed to the Google
Groups "Android Developers" 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-developers?hl=en
To unsubscribe, reply using "remove me" as the subject.