4648a96b821e022c6645a35674d4052b32da40cf
[platform/upstream/iotivity.git] / resource / csdk / logger / test / android / README
1 //---------------------------------------------------------------------
2 // NOTICE - Transition to SCONS
3 //---------------------------------------------------------------------
4
5 The IoTivity build system is transitioning to SCONS. Although the 
6 makefiles are still available (until v1.0) and some developers are 
7 still using them, they are currently no longer supported. To learn more 
8 about building using SCONS see Readme.scons.txt in the repository root 
9 directory. The build steps used in continuous integration can be found
10 in auto_build.sh which is also in the the repository root directory.
11
12 //---------------------------------------------------------------------
13
14 loggertests.cpp contain several logger tests that can be used in an Android JNI app.
15
16 androidloggertestoutput.txt is a file capture from running loggertests.cpp in an Android JNI app.
17
18 Note:  to enable the logger for Android, TB_LOG should be defined in the ./jni/Android.mk file as
19
20 LOCAL_CFLAGS    := -DTB_LOG
21
22