Initial merge-commit of the OIC code. Should successfully do discovery for single...
[platform/upstream/iotivity.git] / csdk / logger / test / android / README
1 loggertests.cpp contain several logger tests that can be used in an Android JNI app.
2
3 androidloggertestoutput.txt is a file capture from running loggertests.cpp in an Android JNI app.
4
5 Note:  to enable the logger for Android, TB_LOG should be defined in the ./jni/Android.mk file as
6
7 LOCAL_CFLAGS    := -DTB_LOG
8
9