All,
How can we enable LOG messages in Webkit.
I wanted to enable some debug prints using log utility of Android in Webkit
I added the following statements in my code.
#define LOG_TAG "webkit"
include <utils/Log.h>
And the following line to test
LOGV("Constructor CachedImage.cpp");
I am unable to get the logs. Should I enable with the following define. I
even added liblog as one of the shared libraries during compilation.
#define LOG_NDEBUG 0 /* Is this required to get logs??? */
regards,
Ravi
Texas Instruments
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---