Use the normal logging (either PVLOGGER or the Android LOGD/LOGV/LOGE/ LOGW macros and use the following to redirect output to a file:
adb logcat > logfile.txt On Dec 31, 12:19 am, gtxia <[email protected]> wrote: > Hi all > > I open file with C standard or OSCL layer to write the dump > information to it, it can not write any data to this file(/sdcard/* > or /data/*). How can I debug this layer? appreciating for any hints. > > Regards > > gtxia > > On Dec 30, 9:08 am, "summer xia" <[email protected]> wrote: > > > I want to dump the log information about the OpenCore node that wraps > > the OMX component. Thanks for your kind help. > > > On Tue, Dec 30, 2008 at 12:37 AM, Eugenio <[email protected]> wrote: > > > > Do you want the log information about the OpenCore node that wraps the > > > OMX component? or you want the log of the OMX Component itself? > > > > Because your OMX component may come from other vendor and you will > > > need to find how to enable the debug messages for that specific OMX > > > component. > > > > On Dec 29, 2:24 am, gtxia <[email protected]> wrote: > > >> Hello all. > > >> I refer to the thread "http://groups.google.com/group/android- > > >> framework/browse_thread/thread/793073286ff0b5b2?pli=1" to turn on the > > >> log information, but I can not see the log information from omx > > >> component. How can I turn on the log information from it? Thanks. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "android-framework" 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-framework?hl=en -~----------~----~----~----~------~----~------~--~---
