Hi, developers: I am currently developing an IPv6 DNS resolver on Android-x86 platform in socket programming in C but there are some bugs in "android- x86/dalvik/libcore/luni/src/main/java/java/net/InetAddress.java". I want to do debugging in this file so I am trying to adding debug output statements in this file. I 've tried "Log.e()" and "System.out.print" but none of them works. Is there anyone knows what kind of debug output statement is valid in this file? Thank you very much!!
Best wishes, Jiechao Wang BUPT -- 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

