On Jul 31, 8:13 pm, zhtlancer <[email protected]> wrote: > How can I examine the log information of dalvik on a non-Android system? > I've checked that dalvik writes its log into /dev/log/main, but there is no > that device file on my system. > So I just placed a empty text file in that place for dalvik to write log in, > and then check the log with vim.
You either need to replace the lower-level log routines in liblog with something that writes elsewhere, or you need to replace the log macros compiled into Dalvik (see dalvik/vm/Common.h, though those haven't been used in a while and may not work). --~--~---------~--~----~------------~-------~--~----~ unsubscribe: [email protected] website: http://groups.google.com/group/android-porting -~----------~----~----~----~------~----~------~--~---
