On May 7, 7:10 am, efu <[email protected]> wrote: > I am building a JNI library in C/C++. One challenge is to have it > print out trace and log messages. Any suggestions? Any Android tools I > can use? For example, is there an equivalent of > java.util.logging.Logger in C library form?
If you include utils/Log.h (or cutils/log.h) you will have access to Android logging macros (LOGD, LOGI, etc). --~--~---------~--~----~------------~-------~--~----~ unsubscribe: [email protected] website: http://groups.google.com/group/android-porting -~----------~----~----~----~------~----~------~--~---
