On Mar 17, 9:33 am, André Barbosa <afilipebarb...@gmail.com> wrote:
> I'm running the mediaplayer of android and i would like to see the
> LOGV generated by mediaplayer, but they do not appear in logcat.
> these logs are stored in a file? how can I debug them?

LOGV statements are compiled out of native code by default.

You need to define LOG_NDEBUG=0 at build time to keep them in (or just
modify system/core/include/cutils/log.h).

-- 
unsubscribe: android-porting+unsubscr...@googlegroups.com
website: http://groups.google.com/group/android-porting

Reply via email to