C:\SYNAPSE\SQL Encrypt\android>ant Buildfile: C:\SYNAPSE\SQL Encrypt\android\build.xml python.set.exec: python.check: [echo] Testing for Python [exec] Python 2.7.13 init: [mkdir] Created dir: C:\SYNAPSE\SQL Encrypt\android\build\classes [mkdir] Created dir: C:\SYNAPSE\SQL Encrypt\android\dist process.aidl: [echo] Generating java files from the .aidl files [echo] D:\Program Files (x86)\Android\android-sdk\build-tools\25.0.3\aidl.exe [echo] process.annotations: [mkdir] Created dir: C:\SYNAPSE\SQL Encrypt\android\build\generated\json [javac] Compiling 3 source files to C:\SYNAPSE\SQL Encrypt\android\build\classes [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.6 [javac] Note: [KrollBindingGen] Running Kroll binding generator. [javac] Note: [KrollBindingGen] No binding data found, creating new data file: org.appcelerator.titanium.bindings/sqlencrypt.json [javac] Note: [KrollBindingGen] Found binding for proxy Cursor [javac] Note: [KrollBindingGen] Found binding for proxy DB [javac] Note: [KrollBindingGen] Found binding for module Sqlencrypt [javac] Note: [KrollBindingGen] Generating JSON: file:/C:/SYNAPSE/SQL%20Encrypt/android/build/generated/json/org/appcelerator/titanium/bindings/sqlencrypt.json generate.v8.bindings: [java] Generating C:\SYNAPSE\SQL Encrypt\android\build\generated\jni\com.synapsemedical.sqlencrypt.DBProxy.h [java] Generating C:\SYNAPSE\SQL Encrypt\android\build\generated\jni\com.synapsemedical.sqlencrypt.DBProxy.cpp [java] Generating C:\SYNAPSE\SQL Encrypt\android\build\generated\jni\com.synapsemedical.sqlencrypt.SQLEncryptModule.h [java] Generating C:\SYNAPSE\SQL Encrypt\android\build\generated\jni\com.synapsemedical.sqlencrypt.SQLEncryptModule.cpp [java] Generating C:\SYNAPSE\SQL Encrypt\android\build\generated\jni\com.synapsemedical.sqlencrypt.CursorProxy.h [java] Generating C:\SYNAPSE\SQL Encrypt\android\build\generated\jni\com.synapsemedical.sqlencrypt.CursorProxy.cpp generate.bindings: pre.compile: js.compile: ndk.build: [copy] Copying 1 file to C:\SYNAPSE\SQL Encrypt\android\build\generated [copy] Copying 1 file to C:\SYNAPSE\SQL Encrypt\android\build\generated\jni [copy] Copying 13 files to C:\Users\RIO~2.DIE\AppData\Local\Temp\rio.diep\sqlencrypt-generated [exec] Android NDK: APP_PLATFORM not set. Defaulting to minimum supported version android-14. jni/Android.mk:35: warning: overriding commands for target `C:/Users/RIO~2.DIE/AppData/Local/Temp/rio.diep/sqlencrypt-generated/KrollGeneratedBindings.cpp' [exec] [exec] Android NDK: WARNING:jni/Android.mk:com.synapsemedical.sqlencrypt: non-system libraries in linker flags: -lkroll-v8 [exec] jni/Android.mk:35: warning: ignoring old commands for target `C:/Users/RIO~2.DIE/AppData/Local/Temp/rio.diep/sqlencrypt-generated/KrollGeneratedBindings.cpp'Android NDK: This is likely to result in incorrect builds. Try using LOCAL_STATIC_LIBRARIES [exec] [exec] Android NDK: or LOCAL_SHARED_LIBRARIES instead to list the library dependencies of the [exec] Android NDK: current module [exec] Android NDK: WARNING:jni/Android.mk:com.synapsemedical.sqlencrypt: non-system libraries in linker flags: -lkroll-v8 [exec] Android NDK: This is likely to result in incorrect builds. Try using LOCAL_STATIC_LIBRARIES jni/Android.mk:38: warning: overriding commands for target `C:/Users/RIO~2.DIE/AppData/Local/Temp/rio.diep/sqlencrypt-generated/BootstrapJS.cpp' [exec] Android NDK: or LOCAL_SHARED_LIBRARIES instead to list the library dependencies of the [exec] [exec] Android NDK: current module [exec] jni/Android.mk:38: warning: ignoring old commands for target `C:/Users/RIO~2.DIE/AppData/Local/Temp/rio.diep/sqlencrypt-generated/BootstrapJS.cpp' [exec] [armeabi-v7a] Compile++ thumb: com.synapsemedical.sqlencrypt <= com.synapsemedical.sqlencrypt.CursorProxy.cpp [exec] warning: unknown warning option '-Wno-psabi' [-Wunknown-warning-option] [exec] In file included from jni/com.synapsemedical.sqlencrypt.CursorProxy.cpp:12: [exec] C:\ProgramData\Titanium\mobilesdk\win32\7.0.0.GA/android/native/include\AndroidUtil.h:57:49: warning: format specifies type 'int' but the argument has type 'long' [-Wformat] [exec] LOGE(tag, "Finished %s (%d ms)", description, AndroidUtil::getCurrentMillis() - start); [exec] ~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [exec] %ld [exec] C:\ProgramData\Titanium\mobilesdk\win32\7.0.0.GA/android/native/include\AndroidUtil.h:34:40: note: expanded from macro 'LOGE' [exec] #define LOGE(tag, ...) LOG(ERROR, tag, __VA_ARGS__) [exec] ^~~~~~~~~~~ [exec] C:\ProgramData\Titanium\mobilesdk\win32\7.0.0.GA/android/native/include\AndroidUtil.h:14:74: note: expanded from macro 'LOG' [exec] #define LOG(level, tag, ...) __android_log_print(_LOG_LEVEL(level), tag, __VA_ARGS__) [exec] ^~~~~~~~~~~ [exec] jni/com.synapsemedical.sqlencrypt.CursorProxy.cpp:143:14: warning: format string is not a string literal (potentially insecure) [-Wformat-security] [exec] LOGE(TAG, error); [exec] ^~~~~ [exec] C:\ProgramData\Titanium\mobilesdk\win32\7.0.0.GA/android/native/include/AndroidUtil.h:34:40: note: expanded from macro 'LOGE' [exec] #define LOGE(tag, ...) LOG(ERROR, tag, __VA_ARGS__) [exec] ^~~~~~~~~~~ [exec] C:\ProgramData\Titanium\mobilesdk\win32\7.0.0.GA/android/native/include/AndroidUtil.h:14:74: note: expanded from macro 'LOG' [exec] #define LOG(level, tag, ...) __android_log_print(_LOG_LEVEL(level), tag, __VA_ARGS__) [exec] ^~~~~~~~~~~ [exec] jni/com.synapsemedical.sqlencrypt.CursorProxy.cpp:143:14: note: treat the string as an argument to avoid this [exec] LOGE(TAG, error); [exec] ^ [exec] "%s", [exec] C:\ProgramData\Titanium\mobilesdk\win32\7.0.0.GA/android/native/include/AndroidUtil.h:34:40: note: expanded from macro 'LOGE' [exec] #define LOGE(tag, ...) LOG(ERROR, tag, __VA_ARGS__) [exec] ^ [exec] C:\ProgramData\Titanium\mobilesdk\win32\7.0.0.GA/android/native/include/AndroidUtil.h:14:74: note: expanded from macro 'LOG' [exec] #define LOG(level, tag, ...) __android_log_print(_LOG_LEVEL(level), tag, __VA_ARGS__) [exec] ^ [exec] jni/com.synapsemedical.sqlencrypt.CursorProxy.cpp:198:14: warning: format string is not a string literal (potentially insecure) [-Wformat-security] [exec] LOGE(TAG, error); [exec] ^~~~~ [exec] C:\ProgramData\Titanium\mobilesdk\win32\7.0.0.GA/android/native/include/AndroidUtil.h:34:40: note: expanded from macro 'LOGE' [exec] #define LOGE(tag, ...) LOG(ERROR, tag, __VA_ARGS__) [exec] ^~~~~~~~~~~ [exec] C:\ProgramData\Titanium\mobilesdk\win32\7.0.0.GA/android/native/include/AndroidUtil.h:14:74: note: expanded from macro 'LOG' [exec] #define LOG(level, tag, ...) __android_log_print(_LOG_LEVEL(level), tag, __VA_ARGS__) [exec] ^~~~~~~~~~~ [exec] jni/com.synapsemedical.sqlencrypt.CursorProxy.cpp:198:14: note: treat the string as an argument to avoid this [exec] LOGE(TAG, error); [exec] ^ [exec] "%s", [exec] C:\ProgramData\Titanium\mobilesdk\win32\7.0.0.GA/android/native/include/AndroidUtil.h:34:40: note: expanded from macro 'LOGE' [exec] #define LOGE(tag, ...) LOG(ERROR, tag, __VA_ARGS__) [exec] ^ [exec] C:\ProgramData\Titanium\mobilesdk\win32\7.0.0.GA/android/native/include/AndroidUtil.h:14:74: note: expanded from macro 'LOG' [exec] #define LOG(level, tag, ...) __android_log_print(_LOG_LEVEL(level), tag, __VA_ARGS__) [exec] ^ [exec] jni/com.synapsemedical.sqlencrypt.CursorProxy.cpp:258:14: warning: format string is not a string literal (potentially insecure) [-Wformat-security] [exec] LOGE(TAG, error); [exec] ^~~~~ [exec] C:\ProgramData\Titanium\mobilesdk\win32\7.0.0.GA/android/native/include/AndroidUtil.h:34:40: note: expanded from macro 'LOGE' [exec] #define LOGE(tag, ...) LOG(ERROR, tag, __VA_ARGS__) [exec] ^~~~~~~~~~~ [exec] C:\ProgramData\Titanium\mobilesdk\win32\7.0.0.GA/android/native/include/AndroidUtil.h:14:74: note: expanded from macro 'LOG' [exec] #define LOG(level, tag, ...) __android_log_print(_LOG_LEVEL(level), tag, __VA_ARGS__) [exec] ^~~~~~~~~~~ [exec] jni/com.synapsemedical.sqlencrypt.CursorProxy.cpp:258:14: note: treat the string as an argument to avoid this [exec] LOGE(TAG, error); [exec] ^ [exec] "%s", [exec] C:\ProgramData\Titanium\mobilesdk\win32\7.0.0.GA/android/native/include/AndroidUtil.h:34:40: note: expanded from macro 'LOGE' [exec] #define LOGE(tag, ...) LOG(ERROR, tag, __VA_ARGS__) [exec] ^ [exec] C:\ProgramData\Titanium\mobilesdk\win32\7.0.0.GA/android/native/include/AndroidUtil.h:14:74: note: expanded from macro 'LOG' [exec] #define LOG(level, tag, ...) __android_log_print(_LOG_LEVEL(level), tag, __VA_ARGS__) [exec] ^ [exec] jni/com.synapsemedical.sqlencrypt.CursorProxy.cpp:318:14: warning: format string is not a string literal (potentially insecure) [-Wformat-security] [exec] LOGE(TAG, error); [exec] ^~~~~ [exec] C:\ProgramData\Titanium\mobilesdk\win32\7.0.0.GA/android/native/include/AndroidUtil.h:34:40: note: expanded from macro 'LOGE' [exec] #define LOGE(tag, ...) LOG(ERROR, tag, __VA_ARGS__) [exec] ^~~~~~~~~~~ [exec] C:\ProgramData\Titanium\mobilesdk\win32\7.0.0.GA/android/native/include/AndroidUtil.h:14:74: note: expanded from macro 'LOG' [exec] #define LOG(level, tag, ...) __android_log_print(_LOG_LEVEL(level), tag, __VA_ARGS__) [exec] ^~~~~~~~~~~ [exec] jni/com.synapsemedical.sqlencrypt.CursorProxy.cpp:318:14: note: treat the string as an argument to avoid this [exec] LOGE(TAG, error); [exec] ^ [exec] "%s", [exec] C:\ProgramData\Titanium\mobilesdk\win32\7.0.0.GA/android/native/include/AndroidUtil.h:34:40: note: expanded from macro 'LOGE' [exec] #define LOGE(tag, ...) LOG(ERROR, tag, __VA_ARGS__) [exec] ^ [exec] C:\ProgramData\Titanium\mobilesdk\win32\7.0.0.GA/android/native/include/AndroidUtil.h:14:74: note: expanded from macro 'LOG' [exec] #define LOG(level, tag, ...) __android_log_print(_LOG_LEVEL(level), tag, __VA_ARGS__) [exec] ^ [exec] jni/com.synapsemedical.sqlencrypt.CursorProxy.cpp:398:14: warning: format string is not a string literal (potentially insecure) [-Wformat-security] [exec] LOGE(TAG, error); [exec] ^~~~~ [exec] C:\ProgramData\Titanium\mobilesdk\win32\7.0.0.GA/android/native/include/AndroidUtil.h:34:40: note: expanded from macro 'LOGE' [exec] #define LOGE(tag, ...) LOG(ERROR, tag, __VA_ARGS__) [exec] ^~~~~~~~~~~ [exec] C:\ProgramData\Titanium\mobilesdk\win32\7.0.0.GA/android/native/include/AndroidUtil.h:14:74: note: expanded from macro 'LOG' [exec] #define LOG(level, tag, ...) __android_log_print(_LOG_LEVEL(level), tag, __VA_ARGS__) [exec] ^~~~~~~~~~~ [exec] jni/com.synapsemedical.sqlencrypt.CursorProxy.cpp:398:14: note: treat the string as an argument to avoid this [exec] LOGE(TAG, error); [exec] ^ [exec] "%s", [exec] C:\ProgramData\Titanium\mobilesdk\win32\7.0.0.GA/android/native/include/AndroidUtil.h:34:40: note: expanded from macro 'LOGE' [exec] #define LOGE(tag, ...) LOG(ERROR, tag, __VA_ARGS__) [exec] ^ [exec] C:\ProgramData\Titanium\mobilesdk\win32\7.0.0.GA/android/native/include/AndroidUtil.h:14:74: note: expanded from macro 'LOG' [exec] #define LOG(level, tag, ...) __android_log_print(_LOG_LEVEL(level), tag, __VA_ARGS__) [exec] ^ [exec] jni/com.synapsemedical.sqlencrypt.CursorProxy.cpp:428:14: warning: format string is not a string literal (potentially insecure) [-Wformat-security] [exec] LOGE(TAG, error); [exec] ^~~~~ [exec] C:\ProgramData\Titanium\mobilesdk\win32\7.0.0.GA/android/native/include/AndroidUtil.h:34:40: note: expanded from macro 'LOGE' [exec] #define LOGE(tag, ...) LOG(ERROR, tag, __VA_ARGS__) [exec] ^~~~~~~~~~~ [exec] C:\ProgramData\Titanium\mobilesdk\win32\7.0.0.GA/android/native/include/AndroidUtil.h:14:74: note: expanded from macro 'LOG' [exec] #define LOG(level, tag, ...) __android_log_print(_LOG_LEVEL(level), tag, __VA_ARGS__) [exec] ^~~~~~~~~~~ [exec] jni/com.synapsemedical.sqlencrypt.CursorProxy.cpp:428:14: note: treat the string as an argument to avoid this [exec] LOGE(TAG, error); [exec] ^ [exec] "%s", [exec] C:\ProgramData\Titanium\mobilesdk\win32\7.0.0.GA/android/native/include/AndroidUtil.h:34:40: note: expanded from macro 'LOGE' [exec] #define LOGE(tag, ...) LOG(ERROR, tag, __VA_ARGS__) [exec] ^ [exec] C:\ProgramData\Titanium\mobilesdk\win32\7.0.0.GA/android/native/include/AndroidUtil.h:14:74: note: expanded from macro 'LOG' [exec] #define LOG(level, tag, ...) __android_log_print(_LOG_LEVEL(level), tag, __VA_ARGS__) [exec] ^ [exec] jni/com.synapsemedical.sqlencrypt.CursorProxy.cpp:485:14: warning: format string is not a string literal (potentially insecure) [-Wformat-security] [exec] LOGE(TAG, error); [exec] ^~~~~ [exec] C:\ProgramData\Titanium\mobilesdk\win32\7.0.0.GA/android/native/include/AndroidUtil.h:34:40: note: expanded from macro 'LOGE' [exec] #define LOGE(tag, ...) LOG(ERROR, tag, __VA_ARGS__) [exec] ^~~~~~~~~~~ [exec] C:\ProgramData\Titanium\mobilesdk\win32\7.0.0.GA/android/native/include/AndroidUtil.h:14:74: note: expanded from macro 'LOG' [exec] #define LOG(level, tag, ...) __android_log_print(_LOG_LEVEL(level), tag, __VA_ARGS__) [exec] ^~~~~~~~~~~ [exec] jni/com.synapsemedical.sqlencrypt.CursorProxy.cpp:485:14: note: treat the string as an argument to avoid this [exec] LOGE(TAG, error); [exec] ^ [exec] "%s", [exec] C:\ProgramData\Titanium\mobilesdk\win32\7.0.0.GA/android/native/include/AndroidUtil.h:34:40: note: expanded from macro 'LOGE' [exec] #define LOGE(tag, ...) LOG(ERROR, tag, __VA_ARGS__) [exec] ^ [exec] C:\ProgramData\Titanium\mobilesdk\win32\7.0.0.GA/android/native/include/AndroidUtil.h:14:74: note: expanded from macro 'LOG' [exec] #define LOG(level, tag, ...) __android_log_print(_LOG_LEVEL(level), tag, __VA_ARGS__) [exec] ^ [exec] jni/com.synapsemedical.sqlencrypt.CursorProxy.cpp:545:14: warning: format string is not a string literal (potentially insecure) [-Wformat-security] [exec] LOGE(TAG, error); [exec] ^~~~~ [exec] C:\ProgramData\Titanium\mobilesdk\win32\7.0.0.GA/android/native/include/AndroidUtil.h:34:40: note: expanded from macro 'LOGE' [exec] #define LOGE(tag, ...) LOG(ERROR, tag, __VA_ARGS__) [exec] ^~~~~~~~~~~ [exec] C:\ProgramData\Titanium\mobilesdk\win32\7.0.0.GA/android/native/include/AndroidUtil.h:14:74: note: expanded from macro 'LOG' [exec] #define LOG(level, tag, ...) __android_log_print(_LOG_LEVEL(level), tag, __VA_ARGS__) [exec] ^~~~~~~~~~~ [exec] jni/com.synapsemedical.sqlencrypt.CursorProxy.cpp:545:14: note: treat the string as an argument to avoid this [exec] LOGE(TAG, error); [exec] ^ [exec] "%s", [exec] C:\ProgramData\Titanium\mobilesdk\win32\7.0.0.GA/android/native/include/AndroidUtil.h:34:40: note: expanded from macro 'LOGE' [exec] #define LOGE(tag, ...) LOG(ERROR, tag, __VA_ARGS__) [exec] ^ [exec] C:\ProgramData\Titanium\mobilesdk\win32\7.0.0.GA/android/native/include/AndroidUtil.h:14:74: note: expanded from macro 'LOG' [exec] #define LOG(level, tag, ...) __android_log_print(_LOG_LEVEL(level), tag, __VA_ARGS__) [exec] ^ [exec] jni/com.synapsemedical.sqlencrypt.CursorProxy.cpp:605:14: warning: format string is not a string literal (potentially insecure) [-Wformat-security] [exec] LOGE(TAG, error); [exec] ^~~~~ [exec] C:\ProgramData\Titanium\mobilesdk\win32\7.0.0.GA/android/native/include/AndroidUtil.h:34:40: note: expanded from macro 'LOGE' [exec] #define LOGE(tag, ...) LOG(ERROR, tag, __VA_ARGS__) [exec] ^~~~~~~~~~~ [exec] C:\ProgramData\Titanium\mobilesdk\win32\7.0.0.GA/android/native/include/AndroidUtil.h:14:74: note: expanded from macro 'LOG' [exec] #define LOG(level, tag, ...) __android_log_print(_LOG_LEVEL(level), tag, __VA_ARGS__) [exec] ^~~~~~~~~~~ [exec] jni/com.synapsemedical.sqlencrypt.CursorProxy.cpp:605:14: note: treat the string as an argument to avoid this [exec] LOGE(TAG, error); [exec] ^ [exec] "%s", [exec] C:\ProgramData\Titanium\mobilesdk\win32\7.0.0.GA/android/native/include/AndroidUtil.h:34:40: note: expanded from macro 'LOGE' [exec] #define LOGE(tag, ...) LOG(ERROR, tag, __VA_ARGS__) [exec] ^ [exec] C:\ProgramData\Titanium\mobilesdk\win32\7.0.0.GA/android/native/include/AndroidUtil.h:14:74: note: expanded from macro 'LOG' [exec] #define LOG(level, tag, ...) __android_log_print(_LOG_LEVEL(level), tag, __VA_ARGS__) [exec] ^ [exec] jni/com.synapsemedical.sqlencrypt.CursorProxy.cpp:660:14: warning: format string is not a string literal (potentially insecure) [-Wformat-security] [exec] LOGE(TAG, error); [exec] ^~~~~ [exec] C:\ProgramData\Titanium\mobilesdk\win32\7.0.0.GA/android/native/include/AndroidUtil.h:34:40: note: expanded from macro 'LOGE' [exec] #define LOGE(tag, ...) LOG(ERROR, tag, __VA_ARGS__) [exec] ^~~~~~~~~~~ [exec] C:\ProgramData\Titanium\mobilesdk\win32\7.0.0.GA/android/native/include/AndroidUtil.h:14:74: note: expanded from macro 'LOG' [exec] #define LOG(level, tag, ...) __android_log_print(_LOG_LEVEL(level), tag, __VA_ARGS__) [exec] ^~~~~~~~~~~ [exec] jni/com.synapsemedical.sqlencrypt.CursorProxy.cpp:660:14: note: treat the string as an argument to avoid this [exec] LOGE(TAG, error); [exec] ^ [exec] "%s", [exec] C:\ProgramData\Titanium\mobilesdk\win32\7.0.0.GA/android/native/include/AndroidUtil.h:34:40: note: expanded from macro 'LOGE' [exec] #define LOGE(tag, ...) LOG(ERROR, tag, __VA_ARGS__) [exec] ^ [exec] C:\ProgramData\Titanium\mobilesdk\win32\7.0.0.GA/android/native/include/AndroidUtil.h:14:74: note: expanded from macro 'LOG' [exec] #define LOG(level, tag, ...) __android_log_print(_LOG_LEVEL(level), tag, __VA_ARGS__) [exec] ^ [exec] jni/com.synapsemedical.sqlencrypt.CursorProxy.cpp:715:14: warning: format string is not a string literal (potentially insecure) [-Wformat-security] [exec] LOGE(TAG, error); [exec] ^~~~~ [exec] C:\ProgramData\Titanium\mobilesdk\win32\7.0.0.GA/android/native/include/AndroidUtil.h:34:40: note: expanded from macro 'LOGE' [exec] #define LOGE(tag, ...) LOG(ERROR, tag, __VA_ARGS__) [exec] ^~~~~~~~~~~ [exec] C:\ProgramData\Titanium\mobilesdk\win32\7.0.0.GA/android/native/include/AndroidUtil.h:14:74: note: expanded from macro 'LOG' [exec] #define LOG(level, tag, ...) __android_log_print(_LOG_LEVEL(level), tag, __VA_ARGS__) [exec] ^~~~~~~~~~~ [exec] jni/com.synapsemedical.sqlencrypt.CursorProxy.cpp:715:14: note: treat the string as an argument to avoid this [exec] LOGE(TAG, error); [exec] ^ [exec] "%s", [exec] C:\ProgramData\Titanium\mobilesdk\win32\7.0.0.GA/android/native/include/AndroidUtil.h:34:40: note: expanded from macro 'LOGE' [exec] #define LOGE(tag, ...) LOG(ERROR, tag, __VA_ARGS__) [exec] ^ [exec] C:\ProgramData\Titanium\mobilesdk\win32\7.0.0.GA/android/native/include/AndroidUtil.h:14:74: note: expanded from macro 'LOG' [exec] #define LOG(level, tag, ...) __android_log_print(_LOG_LEVEL(level), tag, __VA_ARGS__) [exec] ^ [exec] jni/com.synapsemedical.sqlencrypt.CursorProxy.cpp:795:14: warning: format string is not a string literal (potentially insecure) [-Wformat-security] [exec] LOGE(TAG, error); [exec] ^~~~~ [exec] C:\ProgramData\Titanium\mobilesdk\win32\7.0.0.GA/android/native/include/AndroidUtil.h:34:40: note: expanded from macro 'LOGE' [exec] #define LOGE(tag, ...) LOG(ERROR, tag, __VA_ARGS__) [exec] ^~~~~~~~~~~ [exec] C:\ProgramData\Titanium\mobilesdk\win32\7.0.0.GA/android/native/include/AndroidUtil.h:14:74: note: expanded from macro 'LOG' [exec] #define LOG(level, tag, ...) __android_log_print(_LOG_LEVEL(level), tag, __VA_ARGS__) [exec] ^~~~~~~~~~~ [exec] jni/com.synapsemedical.sqlencrypt.CursorProxy.cpp:795:14: note: treat the string as an argument to avoid this [exec] LOGE(TAG, error); [exec] ^ [exec] "%s", [exec] C:\ProgramData\Titanium\mobilesdk\win32\7.0.0.GA/android/native/include/AndroidUtil.h:34:40: note: expanded from macro 'LOGE' [exec] #define LOGE(tag, ...) LOG(ERROR, tag, __VA_ARGS__) [exec] ^ [exec] C:\ProgramData\Titanium\mobilesdk\win32\7.0.0.GA/android/native/include/AndroidUtil.h:14:74: note: expanded from macro 'LOG' [exec] #define LOG(level, tag, ...) __android_log_print(_LOG_LEVEL(level), tag, __VA_ARGS__) [exec] ^ [exec] jni/com.synapsemedical.sqlencrypt.CursorProxy.cpp:880:14: warning: format string is not a string literal (potentially insecure) [-Wformat-security] [exec] LOGE(TAG, error); [exec] ^~~~~ [exec] C:\ProgramData\Titanium\mobilesdk\win32\7.0.0.GA/android/native/include/AndroidUtil.h:34:40: note: expanded from macro 'LOGE' [exec] #define LOGE(tag, ...) LOG(ERROR, tag, __VA_ARGS__) [exec] ^~~~~~~~~~~ [exec] C:\ProgramData\Titanium\mobilesdk\win32\7.0.0.GA/android/native/include/AndroidUtil.h:14:74: note: expanded from macro 'LOG' [exec] #define LOG(level, tag, ...) __android_log_print(_LOG_LEVEL(level), tag, __VA_ARGS__) [exec] ^~~~~~~~~~~ [exec] jni/com.synapsemedical.sqlencrypt.CursorProxy.cpp:880:14: note: treat the string as an argument to avoid this [exec] LOGE(TAG, error); [exec] ^ [exec] "%s", [exec] C:\ProgramData\Titanium\mobilesdk\win32\7.0.0.GA/android/native/include/AndroidUtil.h:34:40: note: expanded from macro 'LOGE' [exec] #define LOGE(tag, ...) LOG(ERROR, tag, __VA_ARGS__) [exec] ^ [exec] C:\ProgramData\Titanium\mobilesdk\win32\7.0.0.GA/android/native/include/AndroidUtil.h:14:74: note: expanded from macro 'LOG' [exec] #define LOG(level, tag, ...) __android_log_print(_LOG_LEVEL(level), tag, __VA_ARGS__) [exec] ^ [exec] jni/com.synapsemedical.sqlencrypt.CursorProxy.cpp:965:14: warning: format string is not a string literal (potentially insecure) [-Wformat-security] [exec] LOGE(TAG, error); [exec] ^~~~~ [exec] C:\ProgramData\Titanium\mobilesdk\win32\7.0.0.GA/android/native/include/AndroidUtil.h:34:40: note: expanded from macro 'LOGE' [exec] #define LOGE(tag, ...) LOG(ERROR, tag, __VA_ARGS__) [exec] ^~~~~~~~~~~ [exec] C:\ProgramData\Titanium\mobilesdk\win32\7.0.0.GA/android/native/include/AndroidUtil.h:14:74: note: expanded from macro 'LOG' [exec] #define LOG(level, tag, ...) __android_log_print(_LOG_LEVEL(level), tag, __VA_ARGS__) [exec] ^~~~~~~~~~~ [exec] jni/com.synapsemedical.sqlencrypt.CursorProxy.cpp:965:14: note: treat the string as an argument to avoid this [exec] LOGE(TAG, error); [exec] ^ [exec] "%s", [exec] C:\ProgramData\Titanium\mobilesdk\win32\7.0.0.GA/android/native/include/AndroidUtil.h:34:40: note: expanded from macro 'LOGE' [exec] #define LOGE(tag, ...) LOG(ERROR, tag, __VA_ARGS__) [exec] ^ [exec] C:\ProgramData\Titanium\mobilesdk\win32\7.0.0.GA/android/native/include/AndroidUtil.h:14:74: note: expanded from macro 'LOG' [exec] #define LOG(level, tag, ...) __android_log_print(_LOG_LEVEL(level), tag, __VA_ARGS__) [exec] ^ [exec] jni/com.synapsemedical.sqlencrypt.CursorProxy.cpp:995:14: warning: format string is not a string literal (potentially insecure) [-Wformat-security] [exec] LOGE(TAG, error); [exec] ^~~~~ [exec] C:\ProgramData\Titanium\mobilesdk\win32\7.0.0.GA/android/native/include/AndroidUtil.h:34:40: note: expanded from macro 'LOGE' [exec] #define LOGE(tag, ...) LOG(ERROR, tag, __VA_ARGS__) [exec] ^~~~~~~~~~~ [exec] C:\ProgramData\Titanium\mobilesdk\win32\7.0.0.GA/android/native/include/AndroidUtil.h:14:74: note: expanded from macro 'LOG' [exec] #define LOG(level, tag, ...) __android_log_print(_LOG_LEVEL(level), tag, __VA_ARGS__) [exec] ^~~~~~~~~~~ [exec] jni/com.synapsemedical.sqlencrypt.CursorProxy.cpp:995:14: note: treat the string as an argument to avoid this [exec] LOGE(TAG, error); [exec] ^ [exec] "%s", [exec] C:\ProgramData\Titanium\mobilesdk\win32\7.0.0.GA/android/native/include/AndroidUtil.h:34:40: note: expanded from macro 'LOGE' [exec] #define LOGE(tag, ...) LOG(ERROR, tag, __VA_ARGS__) [exec] ^ [exec] C:\ProgramData\Titanium\mobilesdk\win32\7.0.0.GA/android/native/include/AndroidUtil.h:14:74: note: expanded from macro 'LOG' [exec] #define LOG(level, tag, ...) __android_log_print(_LOG_LEVEL(level), tag, __VA_ARGS__) [exec] ^ [exec] jni/com.synapsemedical.sqlencrypt.CursorProxy.cpp:1052:14: warning: format string is not a string literal (potentially insecure) [-Wformat-security] [exec] LOGE(TAG, error); [exec] ^~~~~ [exec] C:\ProgramData\Titanium\mobilesdk\win32\7.0.0.GA/android/native/include/AndroidUtil.h:34:40: note: expanded from macro 'LOGE' [exec] #define LOGE(tag, ...) LOG(ERROR, tag, __VA_ARGS__) [exec] ^~~~~~~~~~~ [exec] C:\ProgramData\Titanium\mobilesdk\win32\7.0.0.GA/android/native/include/AndroidUtil.h:14:74: note: expanded from macro 'LOG' [exec] #define LOG(level, tag, ...) __android_log_print(_LOG_LEVEL(level), tag, __VA_ARGS__) [exec] ^~~~~~~~~~~ [exec] jni/com.synapsemedical.sqlencrypt.CursorProxy.cpp:1052:14: note: treat the string as an argument to avoid this [exec] LOGE(TAG, error); [exec] ^ [exec] "%s", [exec] C:\ProgramData\Titanium\mobilesdk\win32\7.0.0.GA/android/native/include/AndroidUtil.h:34:40: note: expanded from macro 'LOGE' [exec] #define LOGE(tag, ...) LOG(ERROR, tag, __VA_ARGS__) [exec] ^ [exec] C:\ProgramData\Titanium\mobilesdk\win32\7.0.0.GA/android/native/include/AndroidUtil.h:14:74: note: expanded from macro 'LOG' [exec] #define LOG(level, tag, ...) __android_log_print(_LOG_LEVEL(level), tag, __VA_ARGS__) [exec] ^ [exec] jni/com.synapsemedical.sqlencrypt.CursorProxy.cpp:1082:14: warning: format string is not a string literal (potentially insecure) [-Wformat-security] [exec] LOGE(TAG, error); [exec] ^~~~~ [exec] C:\ProgramData\Titanium\mobilesdk\win32\7.0.0.GA/android/native/include/AndroidUtil.h:34:40: note: expanded from macro 'LOGE' [exec] #define LOGE(tag, ...) LOG(ERROR, tag, __VA_ARGS__) [exec] ^~~~~~~~~~~ [exec] C:\ProgramData\Titanium\mobilesdk\win32\7.0.0.GA/android/native/include/AndroidUtil.h:14:74: note: expanded from macro 'LOG' [exec] #define LOG(level, tag, ...) __android_log_print(_LOG_LEVEL(level), tag, __VA_ARGS__) [exec] ^~~~~~~~~~~ [exec] jni/com.synapsemedical.sqlencrypt.CursorProxy.cpp:1082:14: note: treat the string as an argument to avoid this [exec] LOGE(TAG, error); [exec] ^ [exec] "%s", [exec] C:\ProgramData\Titanium\mobilesdk\win32\7.0.0.GA/android/native/include/AndroidUtil.h:34:40: note: expanded from macro 'LOGE' [exec] #define LOGE(tag, ...) LOG(ERROR, tag, __VA_ARGS__) [exec] ^ [exec] C:\ProgramData\Titanium\mobilesdk\win32\7.0.0.GA/android/native/include/AndroidUtil.h:14:74: note: expanded from macro 'LOG' [exec] #define LOG(level, tag, ...) __android_log_print(_LOG_LEVEL(level), tag, __VA_ARGS__) [exec] ^ [exec] jni/com.synapsemedical.sqlencrypt.CursorProxy.cpp:1134:14: warning: format string is not a string literal (potentially insecure) [-Wformat-security] [exec] LOGE(TAG, error); [exec] ^~~~~ [exec] C:\ProgramData\Titanium\mobilesdk\win32\7.0.0.GA/android/native/include/AndroidUtil.h:34:40: note: expanded from macro 'LOGE' [exec] #define LOGE(tag, ...) LOG(ERROR, tag, __VA_ARGS__) [exec] ^~~~~~~~~~~ [exec] C:\ProgramData\Titanium\mobilesdk\win32\7.0.0.GA/android/native/include/AndroidUtil.h:14:74: note: expanded from macro 'LOG' [exec] #define LOG(level, tag, ...) __android_log_print(_LOG_LEVEL(level), tag, __VA_ARGS__) [exec] ^~~~~~~~~~~ [exec] jni/com.synapsemedical.sqlencrypt.CursorProxy.cpp:1134:14: note: treat the string as an argument to avoid this [exec] LOGE(TAG, error); [exec] ^ [exec] "%s", [exec] C:\ProgramData\Titanium\mobilesdk\win32\7.0.0.GA/android/native/include/AndroidUtil.h:34:40: note: expanded from macro 'LOGE' [exec] #define LOGE(tag, ...) LOG(ERROR, tag, __VA_ARGS__) [exec] ^ [exec] C:\ProgramData\Titanium\mobilesdk\win32\7.0.0.GA/android/native/include/AndroidUtil.h:14:74: note: expanded from macro 'LOG' [exec] #define LOG(level, tag, ...) __android_log_print(_LOG_LEVEL(level), tag, __VA_ARGS__) [exec] ^ [exec] jni/com.synapsemedical.sqlencrypt.CursorProxy.cpp:1164:14: warning: format string is not a string literal (potentially insecure) [-Wformat-security] [exec] LOGE(TAG, error); [exec] ^~~~~ [exec] C:\ProgramData\Titanium\mobilesdk\win32\7.0.0.GA/android/native/include/AndroidUtil.h:34:40: note: expanded from macro 'LOGE' [exec] #define LOGE(tag, ...) LOG(ERROR, tag, __VA_ARGS__) [exec] ^~~~~~~~~~~ [exec] C:\ProgramData\Titanium\mobilesdk\win32\7.0.0.GA/android/native/include/AndroidUtil.h:14:74: note: expanded from macro 'LOG' [exec] #define LOG(level, tag, ...) __android_log_print(_LOG_LEVEL(level), tag, __VA_ARGS__) [exec] ^~~~~~~~~~~ [exec] jni/com.synapsemedical.sqlencrypt.CursorProxy.cpp:1164:14: note: treat the string as an argument to avoid this [exec] LOGE(TAG, error); [exec] ^ [exec] "%s", [exec] C:\ProgramData\Titanium\mobilesdk\win32\7.0.0.GA/android/native/include/AndroidUtil.h:34:40: note: expanded from macro 'LOGE' [exec] #define LOGE(tag, ...) LOG(ERROR, tag, __VA_ARGS__) [exec] ^ [exec] C:\ProgramData\Titanium\mobilesdk\win32\7.0.0.GA/android/native/include/AndroidUtil.h:14:74: note: expanded from macro 'LOG' [exec] #define LOG(level, tag, ...) __android_log_print(_LOG_LEVEL(level), tag, __VA_ARGS__) [exec] ^ [exec] jni/com.synapsemedical.sqlencrypt.CursorProxy.cpp:1221:14: warning: format string is not a string literal (potentially insecure) [-Wformat-security] [exec] LOGE(TAG, error); [exec] ^~~~~ [exec] C:\ProgramData\Titanium\mobilesdk\win32\7.0.0.GA/android/native/include/AndroidUtil.h:34:40: note: expanded from macro 'LOGE' [exec] #define LOGE(tag, ...) LOG(ERROR, tag, __VA_ARGS__) [exec] ^~~~~~~~~~~ [exec] C:\ProgramData\Titanium\mobilesdk\win32\7.0.0.GA/android/native/include/AndroidUtil.h:14:74: note: expanded from macro 'LOG' [exec] #define LOG(level, tag, ...) __android_log_print(_LOG_LEVEL(level), tag, __VA_ARGS__) [exec] ^~~~~~~~~~~ [exec] jni/com.synapsemedical.sqlencrypt.CursorProxy.cpp:1221:14: note: treat the string as an argument to avoid this [exec] LOGE(TAG, error); [exec] ^ [exec] "%s", [exec] C:\ProgramData\Titanium\mobilesdk\win32\7.0.0.GA/android/native/include/AndroidUtil.h:34:40: note: expanded from macro 'LOGE' [exec] #define LOGE(tag, ...) LOG(ERROR, tag, __VA_ARGS__) [exec] ^ [exec] C:\ProgramData\Titanium\mobilesdk\win32\7.0.0.GA/android/native/include/AndroidUtil.h:14:74: note: expanded from macro 'LOG' [exec] #define LOG(level, tag, ...) __android_log_print(_LOG_LEVEL(level), tag, __VA_ARGS__) [exec] ^ [exec] jni/com.synapsemedical.sqlencrypt.CursorProxy.cpp:1306:14: warning: format string is not a string literal (potentially insecure) [-Wformat-security] [exec] LOGE(TAG, error); [exec] ^~~~~ [exec] C:\ProgramData\Titanium\mobilesdk\win32\7.0.0.GA/android/native/include/AndroidUtil.h:34:40: note: expanded from macro 'LOGE' [exec] #define LOGE(tag, ...) LOG(ERROR, tag, __VA_ARGS__) [exec] ^~~~~~~~~~~ [exec] C:\ProgramData\Titanium\mobilesdk\win32\7.0.0.GA/android/native/include/AndroidUtil.h:14:74: note: expanded from macro 'LOG' [exec] #define LOG(level, tag, ...) __android_log_print(_LOG_LEVEL(level), tag, __VA_ARGS__) [exec] ^~~~~~~~~~~ [exec] jni/com.synapsemedical.sqlencrypt.CursorProxy.cpp:1306:14: note: treat the string as an argument to avoid this [exec] LOGE(TAG, error); [exec] ^ [exec] "%s", [exec] C:\ProgramData\Titanium\mobilesdk\win32\7.0.0.GA/android/native/include/AndroidUtil.h:34:40: note: expanded from macro 'LOGE' [exec] #define LOGE(tag, ...) LOG(ERROR, tag, __VA_ARGS__) [exec] ^ [exec] C:\ProgramData\Titanium\mobilesdk\win32\7.0.0.GA/android/native/include/AndroidUtil.h:14:74: note: expanded from macro 'LOG' [exec] #define LOG(level, tag, ...) __android_log_print(_LOG_LEVEL(level), tag, __VA_ARGS__) [exec] ^ [exec] jni/com.synapsemedical.sqlencrypt.CursorProxy.cpp:1361:14: warning: format string is not a string literal (potentially insecure) [-Wformat-security] [exec] LOGE(TAG, error); [exec] ^~~~~ [exec] C:\ProgramData\Titanium\mobilesdk\win32\7.0.0.GA/android/native/include/AndroidUtil.h:34:40: note: expanded from macro 'LOGE' [exec] #define LOGE(tag, ...) LOG(ERROR, tag, __VA_ARGS__) [exec] ^~~~~~~~~~~ [exec] C:\ProgramData\Titanium\mobilesdk\win32\7.0.0.GA/android/native/include/AndroidUtil.h:14:74: note: expanded from macro 'LOG' [exec] #define LOG(level, tag, ...) __android_log_print(_LOG_LEVEL(level), tag, __VA_ARGS__) [exec] ^~~~~~~~~~~ [exec] jni/com.synapsemedical.sqlencrypt.CursorProxy.cpp:1361:14: note: treat the string as an argument to avoid this [exec] LOGE(TAG, error); [exec] ^ [exec] "%s", [exec] C:\ProgramData\Titanium\mobilesdk\win32\7.0.0.GA/android/native/include/AndroidUtil.h:34:40: note: expanded from macro 'LOGE' [exec] #define LOGE(tag, ...) LOG(ERROR, tag, __VA_ARGS__) [exec] ^ [exec] C:\ProgramData\Titanium\mobilesdk\win32\7.0.0.GA/android/native/include/AndroidUtil.h:14:74: note: expanded from macro 'LOG' [exec] #define LOG(level, tag, ...) __android_log_print(_LOG_LEVEL(level), tag, __VA_ARGS__) [exec] ^ [exec] jni/com.synapsemedical.sqlencrypt.CursorProxy.cpp:1411:14: warning: format string is not a string literal (potentially insecure) [-Wformat-security] [exec] LOGE(TAG, error); [exec] ^~~~~ [exec] C:\ProgramData\Titanium\mobilesdk\win32\7.0.0.GA/android/native/include/AndroidUtil.h:34:40: note: expanded from macro 'LOGE' [exec] #define LOGE(tag, ...) LOG(ERROR, tag, __VA_ARGS__) [exec] ^~~~~~~~~~~ [exec] C:\ProgramData\Titanium\mobilesdk\win32\7.0.0.GA/android/native/include/AndroidUtil.h:14:74: note: expanded from macro 'LOG' [exec] #define LOG(level, tag, ...) __android_log_print(_LOG_LEVEL(level), tag, __VA_ARGS__) [exec] ^~~~~~~~~~~ [exec] jni/com.synapsemedical.sqlencrypt.CursorProxy.cpp:1411:14: note: treat the string as an argument to avoid this [exec] LOGE(TAG, error); [exec] ^ [exec] "%s", [exec] C:\ProgramData\Titanium\mobilesdk\win32\7.0.0.GA/android/native/include/AndroidUtil.h:34:40: note: expanded from macro 'LOGE' [exec] #define LOGE(tag, ...) LOG(ERROR, tag, __VA_ARGS__) [exec] ^ [exec] C:\ProgramData\Titanium\mobilesdk\win32\7.0.0.GA/android/native/include/AndroidUtil.h:14:74: note: expanded from macro 'LOG' [exec] #define LOG(level, tag, ...) __android_log_print(_LOG_LEVEL(level), tag, __VA_ARGS__) [exec] ^ [exec] jni/com.synapsemedical.sqlencrypt.CursorProxy.cpp:1471:14: warning: format string is not a string literal (potentially insecure) [-Wformat-security] [exec] LOGE(TAG, error); [exec] ^~~~~ [exec] C:\ProgramData\Titanium\mobilesdk\win32\7.0.0.GA/android/native/include/AndroidUtil.h:34:40: note: expanded from macro 'LOGE' [exec] #define LOGE(tag, ...) LOG(ERROR, tag, __VA_ARGS__) [exec] ^~~~~~~~~~~ [exec] C:\ProgramData\Titanium\mobilesdk\win32\7.0.0.GA/android/native/include/AndroidUtil.h:14:74: note: expanded from macro 'LOG' [exec] #define LOG(level, tag, ...) __android_log_print(_LOG_LEVEL(level), tag, __VA_ARGS__) [exec] ^~~~~~~~~~~ [exec] jni/com.synapsemedical.sqlencrypt.CursorProxy.cpp:1471:14: note: treat the string as an argument to avoid this [exec] LOGE(TAG, error); [exec] ^ [exec] "%s", [exec] C:\ProgramData\Titanium\mobilesdk\win32\7.0.0.GA/android/native/include/AndroidUtil.h:34:40: note: expanded from macro 'LOGE' [exec] #define LOGE(tag, ...) LOG(ERROR, tag, __VA_ARGS__) [exec] ^ [exec] C:\ProgramData\Titanium\mobilesdk\win32\7.0.0.GA/android/native/include/AndroidUtil.h:14:74: note: expanded from macro 'LOG' [exec] #define LOG(level, tag, ...) __android_log_print(_LOG_LEVEL(level), tag, __VA_ARGS__) [exec] ^ [exec] jni/com.synapsemedical.sqlencrypt.CursorProxy.cpp:1501:14: warning: format string is not a string literal (potentially insecure) [-Wformat-security] [exec] LOGE(TAG, error); [exec] ^~~~~ [exec] C:\ProgramData\Titanium\mobilesdk\win32\7.0.0.GA/android/native/include/AndroidUtil.h:34:40: note: expanded from macro 'LOGE' [exec] #define LOGE(tag, ...) LOG(ERROR, tag, __VA_ARGS__) [exec] ^~~~~~~~~~~ [exec] C:\ProgramData\Titanium\mobilesdk\win32\7.0.0.GA/android/native/include/AndroidUtil.h:14:74: note: expanded from macro 'LOG' [exec] #define LOG(level, tag, ...) __android_log_print(_LOG_LEVEL(level), tag, __VA_ARGS__) [exec] ^~~~~~~~~~~ [exec] jni/com.synapsemedical.sqlencrypt.CursorProxy.cpp:1501:14: note: treat the string as an argument to avoid this [exec] LOGE(TAG, error); [exec] ^ [exec] "%s", [exec] C:\ProgramData\Titanium\mobilesdk\win32\7.0.0.GA/android/native/include/AndroidUtil.h:34:40: note: expanded from macro 'LOGE' [exec] #define LOGE(tag, ...) LOG(ERROR, tag, __VA_ARGS__) [exec] ^ [exec] C:\ProgramData\Titanium\mobilesdk\win32\7.0.0.GA/android/native/include/AndroidUtil.h:14:74: note: expanded from macro 'LOG' [exec] #define LOG(level, tag, ...) __android_log_print(_LOG_LEVEL(level), tag, __VA_ARGS__) [exec] ^ [exec] 27 warnings generated. [exec] [armeabi-v7a] Compile++ thumb: com.synapsemedical.sqlencrypt <= com.synapsemedical.sqlencrypt.DBProxy.cpp [exec] warning: unknown warning option '-Wno-psabi' [-Wunknown-warning-option] [exec] In file included from jni/com.synapsemedical.sqlencrypt.DBProxy.cpp:12: [exec] C:\ProgramData\Titanium\mobilesdk\win32\7.0.0.GA/android/native/include\AndroidUtil.h:57:49: warning: format specifies type 'int' but the argument has type 'long' [-Wformat] [exec] LOGE(tag, "Finished %s (%d ms)", description, AndroidUtil::getCurrentMillis() - start); [exec] ~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [exec] %ld [exec] C:\ProgramData\Titanium\mobilesdk\win32\7.0.0.GA/android/native/include\AndroidUtil.h:34:40: note: expanded from macro 'LOGE' [exec] #define LOGE(tag, ...) LOG(ERROR, tag, __VA_ARGS__) [exec] ^~~~~~~~~~~ [exec] C:\ProgramData\Titanium\mobilesdk\win32\7.0.0.GA/android/native/include\AndroidUtil.h:14:74: note: expanded from macro 'LOG' [exec] #define LOG(level, tag, ...) __android_log_print(_LOG_LEVEL(level), tag, __VA_ARGS__) [exec] ^~~~~~~~~~~ [exec] jni/com.synapsemedical.sqlencrypt.DBProxy.cpp:144:14: warning: format string is not a string literal (potentially insecure) [-Wformat-security] [exec] LOGE(TAG, error); [exec] ^~~~~ [exec] C:\ProgramData\Titanium\mobilesdk\win32\7.0.0.GA/android/native/include/AndroidUtil.h:34:40: note: expanded from macro 'LOGE' [exec] #define LOGE(tag, ...) LOG(ERROR, tag, __VA_ARGS__) [exec] ^~~~~~~~~~~ [exec] C:\ProgramData\Titanium\mobilesdk\win32\7.0.0.GA/android/native/include/AndroidUtil.h:14:74: note: expanded from macro 'LOG' [exec] #define LOG(level, tag, ...) __android_log_print(_LOG_LEVEL(level), tag, __VA_ARGS__) [exec] ^~~~~~~~~~~ [exec] jni/com.synapsemedical.sqlencrypt.DBProxy.cpp:144:14: note: treat the string as an argument to avoid this [exec] LOGE(TAG, error); [exec] ^ [exec] "%s", [exec] C:\ProgramData\Titanium\mobilesdk\win32\7.0.0.GA/android/native/include/AndroidUtil.h:34:40: note: expanded from macro 'LOGE' [exec] #define LOGE(tag, ...) LOG(ERROR, tag, __VA_ARGS__) [exec] ^ [exec] C:\ProgramData\Titanium\mobilesdk\win32\7.0.0.GA/android/native/include/AndroidUtil.h:14:74: note: expanded from macro 'LOG' [exec] #define LOG(level, tag, ...) __android_log_print(_LOG_LEVEL(level), tag, __VA_ARGS__) [exec] ^ [exec] jni/com.synapsemedical.sqlencrypt.DBProxy.cpp:244:14: warning: format string is not a string literal (potentially insecure) [-Wformat-security] [exec] LOGE(TAG, error); [exec] ^~~~~ [exec] C:\ProgramData\Titanium\mobilesdk\win32\7.0.0.GA/android/native/include/AndroidUtil.h:34:40: note: expanded from macro 'LOGE' [exec] #define LOGE(tag, ...) LOG(ERROR, tag, __VA_ARGS__) [exec] ^~~~~~~~~~~ [exec] C:\ProgramData\Titanium\mobilesdk\win32\7.0.0.GA/android/native/include/AndroidUtil.h:14:74: note: expanded from macro 'LOG' [exec] #define LOG(level, tag, ...) __android_log_print(_LOG_LEVEL(level), tag, __VA_ARGS__) [exec] ^~~~~~~~~~~ [exec] jni/com.synapsemedical.sqlencrypt.DBProxy.cpp:244:14: note: treat the string as an argument to avoid this [exec] LOGE(TAG, error); [exec] ^ [exec] "%s", [exec] C:\ProgramData\Titanium\mobilesdk\win32\7.0.0.GA/android/native/include/AndroidUtil.h:34:40: note: expanded from macro 'LOGE' [exec] #define LOGE(tag, ...) LOG(ERROR, tag, __VA_ARGS__) [exec] ^ [exec] C:\ProgramData\Titanium\mobilesdk\win32\7.0.0.GA/android/native/include/AndroidUtil.h:14:74: note: expanded from macro 'LOG' [exec] #define LOG(level, tag, ...) __android_log_print(_LOG_LEVEL(level), tag, __VA_ARGS__) [exec] ^ [exec] jni/com.synapsemedical.sqlencrypt.DBProxy.cpp:265:13: warning: comparison of unsigned expression < 0 is always false [-Wtautological-compare] [exec] if (length < 0) { [exec] ~~~~~~ ^ ~ [exec] jni/com.synapsemedical.sqlencrypt.DBProxy.cpp:326:14: warning: format string is not a string literal (potentially insecure) [-Wformat-security] [exec] LOGE(TAG, error); [exec] ^~~~~ [exec] C:\ProgramData\Titanium\mobilesdk\win32\7.0.0.GA/android/native/include/AndroidUtil.h:34:40: note: expanded from macro 'LOGE' [exec] #define LOGE(tag, ...) LOG(ERROR, tag, __VA_ARGS__) [exec] ^~~~~~~~~~~ [exec] C:\ProgramData\Titanium\mobilesdk\win32\7.0.0.GA/android/native/include/AndroidUtil.h:14:74: note: expanded from macro 'LOG' [exec] #define LOG(level, tag, ...) __android_log_print(_LOG_LEVEL(level), tag, __VA_ARGS__) [exec] ^~~~~~~~~~~ [exec] jni/com.synapsemedical.sqlencrypt.DBProxy.cpp:326:14: note: treat the string as an argument to avoid this [exec] LOGE(TAG, error); [exec] ^ [exec] "%s", [exec] C:\ProgramData\Titanium\mobilesdk\win32\7.0.0.GA/android/native/include/AndroidUtil.h:34:40: note: expanded from macro 'LOGE' [exec] #define LOGE(tag, ...) LOG(ERROR, tag, __VA_ARGS__) [exec] ^ [exec] C:\ProgramData\Titanium\mobilesdk\win32\7.0.0.GA/android/native/include/AndroidUtil.h:14:74: note: expanded from macro 'LOG' [exec] #define LOG(level, tag, ...) __android_log_print(_LOG_LEVEL(level), tag, __VA_ARGS__) [exec] ^ [exec] jni/com.synapsemedical.sqlencrypt.DBProxy.cpp:381:14: warning: format string is not a string literal (potentially insecure) [-Wformat-security] [exec] LOGE(TAG, error); [exec] ^~~~~ [exec] C:\ProgramData\Titanium\mobilesdk\win32\7.0.0.GA/android/native/include/AndroidUtil.h:34:40: note: expanded from macro 'LOGE' [exec] #define LOGE(tag, ...) LOG(ERROR, tag, __VA_ARGS__) [exec] ^~~~~~~~~~~ [exec] C:\ProgramData\Titanium\mobilesdk\win32\7.0.0.GA/android/native/include/AndroidUtil.h:14:74: note: expanded from macro 'LOG' [exec] #define LOG(level, tag, ...) __android_log_print(_LOG_LEVEL(level), tag, __VA_ARGS__) [exec] ^~~~~~~~~~~ [exec] jni/com.synapsemedical.sqlencrypt.DBProxy.cpp:381:14: note: treat the string as an argument to avoid this [exec] LOGE(TAG, error); [exec] ^ [exec] "%s", [exec] C:\ProgramData\Titanium\mobilesdk\win32\7.0.0.GA/android/native/include/AndroidUtil.h:34:40: note: expanded from macro 'LOGE' [exec] #define LOGE(tag, ...) LOG(ERROR, tag, __VA_ARGS__) [exec] ^ [exec] C:\ProgramData\Titanium\mobilesdk\win32\7.0.0.GA/android/native/include/AndroidUtil.h:14:74: note: expanded from macro 'LOG' [exec] #define LOG(level, tag, ...) __android_log_print(_LOG_LEVEL(level), tag, __VA_ARGS__) [exec] ^ [exec] jni/com.synapsemedical.sqlencrypt.DBProxy.cpp:441:14: warning: format string is not a string literal (potentially insecure) [-Wformat-security] [exec] LOGE(TAG, error); [exec] ^~~~~ [exec] C:\ProgramData\Titanium\mobilesdk\win32\7.0.0.GA/android/native/include/AndroidUtil.h:34:40: note: expanded from macro 'LOGE' [exec] #define LOGE(tag, ...) LOG(ERROR, tag, __VA_ARGS__) [exec] ^~~~~~~~~~~ [exec] C:\ProgramData\Titanium\mobilesdk\win32\7.0.0.GA/android/native/include/AndroidUtil.h:14:74: note: expanded from macro 'LOG' [exec] #define LOG(level, tag, ...) __android_log_print(_LOG_LEVEL(level), tag, __VA_ARGS__) [exec] ^~~~~~~~~~~ [exec] jni/com.synapsemedical.sqlencrypt.DBProxy.cpp:441:14: note: treat the string as an argument to avoid this [exec] LOGE(TAG, error); [exec] ^ [exec] "%s", [exec] C:\ProgramData\Titanium\mobilesdk\win32\7.0.0.GA/android/native/include/AndroidUtil.h:34:40: note: expanded from macro 'LOGE' [exec] #define LOGE(tag, ...) LOG(ERROR, tag, __VA_ARGS__) [exec] ^ [exec] C:\ProgramData\Titanium\mobilesdk\win32\7.0.0.GA/android/native/include/AndroidUtil.h:14:74: note: expanded from macro 'LOG' [exec] #define LOG(level, tag, ...) __android_log_print(_LOG_LEVEL(level), tag, __VA_ARGS__) [exec] ^ [exec] jni/com.synapsemedical.sqlencrypt.DBProxy.cpp:516:14: warning: format string is not a string literal (potentially insecure) [-Wformat-security] [exec] LOGE(TAG, error); [exec] ^~~~~ [exec] C:\ProgramData\Titanium\mobilesdk\win32\7.0.0.GA/android/native/include/AndroidUtil.h:34:40: note: expanded from macro 'LOGE' [exec] #define LOGE(tag, ...) LOG(ERROR, tag, __VA_ARGS__) [exec] ^~~~~~~~~~~ [exec] C:\ProgramData\Titanium\mobilesdk\win32\7.0.0.GA/android/native/include/AndroidUtil.h:14:74: note: expanded from macro 'LOG' [exec] #define LOG(level, tag, ...) __android_log_print(_LOG_LEVEL(level), tag, __VA_ARGS__) [exec] ^~~~~~~~~~~ [exec] jni/com.synapsemedical.sqlencrypt.DBProxy.cpp:516:14: note: treat the string as an argument to avoid this [exec] LOGE(TAG, error); [exec] ^ [exec] "%s", [exec] C:\ProgramData\Titanium\mobilesdk\win32\7.0.0.GA/android/native/include/AndroidUtil.h:34:40: note: expanded from macro 'LOGE' [exec] #define LOGE(tag, ...) LOG(ERROR, tag, __VA_ARGS__) [exec] ^ [exec] C:\ProgramData\Titanium\mobilesdk\win32\7.0.0.GA/android/native/include/AndroidUtil.h:14:74: note: expanded from macro 'LOG' [exec] #define LOG(level, tag, ...) __android_log_print(_LOG_LEVEL(level), tag, __VA_ARGS__) [exec] ^ [exec] jni/com.synapsemedical.sqlencrypt.DBProxy.cpp:603:14: warning: format string is not a string literal (potentially insecure) [-Wformat-security] [exec] LOGE(TAG, error); [exec] ^~~~~ [exec] C:\ProgramData\Titanium\mobilesdk\win32\7.0.0.GA/android/native/include/AndroidUtil.h:34:40: note: expanded from macro 'LOGE' [exec] #define LOGE(tag, ...) LOG(ERROR, tag, __VA_ARGS__) [exec] ^~~~~~~~~~~ [exec] C:\ProgramData\Titanium\mobilesdk\win32\7.0.0.GA/android/native/include/AndroidUtil.h:14:74: note: expanded from macro 'LOG' [exec] #define LOG(level, tag, ...) __android_log_print(_LOG_LEVEL(level), tag, __VA_ARGS__) [exec] ^~~~~~~~~~~ [exec] jni/com.synapsemedical.sqlencrypt.DBProxy.cpp:603:14: note: treat the string as an argument to avoid this [exec] LOGE(TAG, error); [exec] ^ [exec] "%s", [exec] C:\ProgramData\Titanium\mobilesdk\win32\7.0.0.GA/android/native/include/AndroidUtil.h:34:40: note: expanded from macro 'LOGE' [exec] #define LOGE(tag, ...) LOG(ERROR, tag, __VA_ARGS__) [exec] ^ [exec] C:\ProgramData\Titanium\mobilesdk\win32\7.0.0.GA/android/native/include/AndroidUtil.h:14:74: note: expanded from macro 'LOG' [exec] #define LOG(level, tag, ...) __android_log_print(_LOG_LEVEL(level), tag, __VA_ARGS__) [exec] ^ [exec] jni/com.synapsemedical.sqlencrypt.DBProxy.cpp:624:13: warning: comparison of unsigned expression < 0 is always false [-Wtautological-compare] [exec] if (length < 0) { [exec] ~~~~~~ ^ ~ [exec] jni/com.synapsemedical.sqlencrypt.DBProxy.cpp:685:14: warning: format string is not a string literal (potentially insecure) [-Wformat-security] [exec] LOGE(TAG, error); [exec] ^~~~~ [exec] C:\ProgramData\Titanium\mobilesdk\win32\7.0.0.GA/android/native/include/AndroidUtil.h:34:40: note: expanded from macro 'LOGE' [exec] #define LOGE(tag, ...) LOG(ERROR, tag, __VA_ARGS__) [exec] ^~~~~~~~~~~ [exec] C:\ProgramData\Titanium\mobilesdk\win32\7.0.0.GA/android/native/include/AndroidUtil.h:14:74: note: expanded from macro 'LOG' [exec] #define LOG(level, tag, ...) __android_log_print(_LOG_LEVEL(level), tag, __VA_ARGS__) [exec] ^~~~~~~~~~~ [exec] jni/com.synapsemedical.sqlencrypt.DBProxy.cpp:685:14: note: treat the string as an argument to avoid this [exec] LOGE(TAG, error); [exec] ^ [exec] "%s", [exec] C:\ProgramData\Titanium\mobilesdk\win32\7.0.0.GA/android/native/include/AndroidUtil.h:34:40: note: expanded from macro 'LOGE' [exec] #define LOGE(tag, ...) LOG(ERROR, tag, __VA_ARGS__) [exec] ^ [exec] C:\ProgramData\Titanium\mobilesdk\win32\7.0.0.GA/android/native/include/AndroidUtil.h:14:74: note: expanded from macro 'LOG' [exec] #define LOG(level, tag, ...) __android_log_print(_LOG_LEVEL(level), tag, __VA_ARGS__) [exec] ^ [exec] jni/com.synapsemedical.sqlencrypt.DBProxy.cpp:735:14: warning: format string is not a string literal (potentially insecure) [-Wformat-security] [exec] LOGE(TAG, error); [exec] ^~~~~ [exec] C:\ProgramData\Titanium\mobilesdk\win32\7.0.0.GA/android/native/include/AndroidUtil.h:34:40: note: expanded from macro 'LOGE' [exec] #define LOGE(tag, ...) LOG(ERROR, tag, __VA_ARGS__) [exec] ^~~~~~~~~~~ [exec] C:\ProgramData\Titanium\mobilesdk\win32\7.0.0.GA/android/native/include/AndroidUtil.h:14:74: note: expanded from macro 'LOG' [exec] #define LOG(level, tag, ...) __android_log_print(_LOG_LEVEL(level), tag, __VA_ARGS__) [exec] ^~~~~~~~~~~ [exec] jni/com.synapsemedical.sqlencrypt.DBProxy.cpp:735:14: note: treat the string as an argument to avoid this [exec] LOGE(TAG, error); [exec] ^ [exec] "%s", [exec] C:\ProgramData\Titanium\mobilesdk\win32\7.0.0.GA/android/native/include/AndroidUtil.h:34:40: note: expanded from macro 'LOGE' [exec] #define LOGE(tag, ...) LOG(ERROR, tag, __VA_ARGS__) [exec] ^ [exec] C:\ProgramData\Titanium\mobilesdk\win32\7.0.0.GA/android/native/include/AndroidUtil.h:14:74: note: expanded from macro 'LOG' [exec] #define LOG(level, tag, ...) __android_log_print(_LOG_LEVEL(level), tag, __VA_ARGS__) [exec] ^ [exec] jni/com.synapsemedical.sqlencrypt.DBProxy.cpp:790:14: warning: format string is not a string literal (potentially insecure) [-Wformat-security] [exec] LOGE(TAG, error); [exec] ^~~~~ [exec] C:\ProgramData\Titanium\mobilesdk\win32\7.0.0.GA/android/native/include/AndroidUtil.h:34:40: note: expanded from macro 'LOGE' [exec] #define LOGE(tag, ...) LOG(ERROR, tag, __VA_ARGS__) [exec] ^~~~~~~~~~~ [exec] C:\ProgramData\Titanium\mobilesdk\win32\7.0.0.GA/android/native/include/AndroidUtil.h:14:74: note: expanded from macro 'LOG' [exec] #define LOG(level, tag, ...) __android_log_print(_LOG_LEVEL(level), tag, __VA_ARGS__) [exec] ^~~~~~~~~~~ [exec] jni/com.synapsemedical.sqlencrypt.DBProxy.cpp:790:14: note: treat the string as an argument to avoid this [exec] LOGE(TAG, error); [exec] ^ [exec] "%s", [exec] C:\ProgramData\Titanium\mobilesdk\win32\7.0.0.GA/android/native/include/AndroidUtil.h:34:40: note: expanded from macro 'LOGE' [exec] #define LOGE(tag, ...) LOG(ERROR, tag, __VA_ARGS__) [exec] ^ [exec] C:\ProgramData\Titanium\mobilesdk\win32\7.0.0.GA/android/native/include/AndroidUtil.h:14:74: note: expanded from macro 'LOG' [exec] #define LOG(level, tag, ...) __android_log_print(_LOG_LEVEL(level), tag, __VA_ARGS__) [exec] ^ [exec] jni/com.synapsemedical.sqlencrypt.DBProxy.cpp:840:14: warning: format string is not a string literal (potentially insecure) [-Wformat-security] [exec] LOGE(TAG, error); [exec] ^~~~~ [exec] C:\ProgramData\Titanium\mobilesdk\win32\7.0.0.GA/android/native/include/AndroidUtil.h:34:40: note: expanded from macro 'LOGE' [exec] #define LOGE(tag, ...) LOG(ERROR, tag, __VA_ARGS__) [exec] ^~~~~~~~~~~ [exec] C:\ProgramData\Titanium\mobilesdk\win32\7.0.0.GA/android/native/include/AndroidUtil.h:14:74: note: expanded from macro 'LOG' [exec] #define LOG(level, tag, ...) __android_log_print(_LOG_LEVEL(level), tag, __VA_ARGS__) [exec] ^~~~~~~~~~~ [exec] jni/com.synapsemedical.sqlencrypt.DBProxy.cpp:840:14: note: treat the string as an argument to avoid this [exec] LOGE(TAG, error); [exec] ^ [exec] "%s", [exec] C:\ProgramData\Titanium\mobilesdk\win32\7.0.0.GA/android/native/include/AndroidUtil.h:34:40: note: expanded from macro 'LOGE' [exec] #define LOGE(tag, ...) LOG(ERROR, tag, __VA_ARGS__) [exec] ^ [exec] C:\ProgramData\Titanium\mobilesdk\win32\7.0.0.GA/android/native/include/AndroidUtil.h:14:74: note: expanded from macro 'LOG' [exec] #define LOG(level, tag, ...) __android_log_print(_LOG_LEVEL(level), tag, __VA_ARGS__) [exec] ^ [exec] jni/com.synapsemedical.sqlencrypt.DBProxy.cpp:927:14: warning: format string is not a string literal (potentially insecure) [-Wformat-security] [exec] LOGE(TAG, error); [exec] ^~~~~ [exec] C:\ProgramData\Titanium\mobilesdk\win32\7.0.0.GA/android/native/include/AndroidUtil.h:34:40: note: expanded from macro 'LOGE' [exec] #define LOGE(tag, ...) LOG(ERROR, tag, __VA_ARGS__) [exec] ^~~~~~~~~~~ [exec] C:\ProgramData\Titanium\mobilesdk\win32\7.0.0.GA/android/native/include/AndroidUtil.h:14:74: note: expanded from macro 'LOG' [exec] #define LOG(level, tag, ...) __android_log_print(_LOG_LEVEL(level), tag, __VA_ARGS__) [exec] ^~~~~~~~~~~ [exec] jni/com.synapsemedical.sqlencrypt.DBProxy.cpp:927:14: note: treat the string as an argument to avoid this [exec] LOGE(TAG, error); [exec] ^ [exec] "%s", [exec] C:\ProgramData\Titanium\mobilesdk\win32\7.0.0.GA/android/native/include/AndroidUtil.h:34:40: note: expanded from macro 'LOGE' [exec] #define LOGE(tag, ...) LOG(ERROR, tag, __VA_ARGS__) [exec] ^ [exec] C:\ProgramData\Titanium\mobilesdk\win32\7.0.0.GA/android/native/include/AndroidUtil.h:14:74: note: expanded from macro 'LOG' [exec] #define LOG(level, tag, ...) __android_log_print(_LOG_LEVEL(level), tag, __VA_ARGS__) [exec] ^ [exec] jni/com.synapsemedical.sqlencrypt.DBProxy.cpp:977:14: warning: format string is not a string literal (potentially insecure) [-Wformat-security] [exec] LOGE(TAG, error); [exec] ^~~~~ [exec] C:\ProgramData\Titanium\mobilesdk\win32\7.0.0.GA/android/native/include/AndroidUtil.h:34:40: note: expanded from macro 'LOGE' [exec] #define LOGE(tag, ...) LOG(ERROR, tag, __VA_ARGS__) [exec] ^~~~~~~~~~~ [exec] C:\ProgramData\Titanium\mobilesdk\win32\7.0.0.GA/android/native/include/AndroidUtil.h:14:74: note: expanded from macro 'LOG' [exec] #define LOG(level, tag, ...) __android_log_print(_LOG_LEVEL(level), tag, __VA_ARGS__) [exec] ^~~~~~~~~~~ [exec] jni/com.synapsemedical.sqlencrypt.DBProxy.cpp:977:14: note: treat the string as an argument to avoid this [exec] LOGE(TAG, error); [exec] ^ [exec] "%s", [exec] C:\ProgramData\Titanium\mobilesdk\win32\7.0.0.GA/android/native/include/AndroidUtil.h:34:40: note: expanded from macro 'LOGE' [exec] #define LOGE(tag, ...) LOG(ERROR, tag, __VA_ARGS__) [exec] ^ [exec] C:\ProgramData\Titanium\mobilesdk\win32\7.0.0.GA/android/native/include/AndroidUtil.h:14:74: note: expanded from macro 'LOG' [exec] #define LOG(level, tag, ...) __android_log_print(_LOG_LEVEL(level), tag, __VA_ARGS__) [exec] ^ [exec] jni/com.synapsemedical.sqlencrypt.DBProxy.cpp:1027:14: warning: format string is not a string literal (potentially insecure) [-Wformat-security] [exec] LOGE(TAG, error); [exec] ^~~~~ [exec] C:\ProgramData\Titanium\mobilesdk\win32\7.0.0.GA/android/native/include/AndroidUtil.h:34:40: note: expanded from macro 'LOGE' [exec] #define LOGE(tag, ...) LOG(ERROR, tag, __VA_ARGS__) [exec] ^~~~~~~~~~~ [exec] C:\ProgramData\Titanium\mobilesdk\win32\7.0.0.GA/android/native/include/AndroidUtil.h:14:74: note: expanded from macro 'LOG' [exec] #define LOG(level, tag, ...) __android_log_print(_LOG_LEVEL(level), tag, __VA_ARGS__) [exec] ^~~~~~~~~~~ [exec] jni/com.synapsemedical.sqlencrypt.DBProxy.cpp:1027:14: note: treat the string as an argument to avoid this [exec] LOGE(TAG, error); [exec] ^ [exec] "%s", [exec] C:\ProgramData\Titanium\mobilesdk\win32\7.0.0.GA/android/native/include/AndroidUtil.h:34:40: note: expanded from macro 'LOGE' [exec] #define LOGE(tag, ...) LOG(ERROR, tag, __VA_ARGS__) [exec] ^ [exec] C:\ProgramData\Titanium\mobilesdk\win32\7.0.0.GA/android/native/include/AndroidUtil.h:14:74: note: expanded from macro 'LOG' [exec] #define LOG(level, tag, ...) __android_log_print(_LOG_LEVEL(level), tag, __VA_ARGS__) [exec] ^ [exec] jni/com.synapsemedical.sqlencrypt.DBProxy.cpp:1082:14: warning: format string is not a string literal (potentially insecure) [-Wformat-security] [exec] LOGE(TAG, error); [exec] ^~~~~ [exec] C:\ProgramData\Titanium\mobilesdk\win32\7.0.0.GA/android/native/include/AndroidUtil.h:34:40: note: expanded from macro 'LOGE' [exec] #define LOGE(tag, ...) LOG(ERROR, tag, __VA_ARGS__) [exec] ^~~~~~~~~~~ [exec] C:\ProgramData\Titanium\mobilesdk\win32\7.0.0.GA/android/native/include/AndroidUtil.h:14:74: note: expanded from macro 'LOG' [exec] #define LOG(level, tag, ...) __android_log_print(_LOG_LEVEL(level), tag, __VA_ARGS__) [exec] ^~~~~~~~~~~ [exec] jni/com.synapsemedical.sqlencrypt.DBProxy.cpp:1082:14: note: treat the string as an argument to avoid this [exec] LOGE(TAG, error); [exec] ^ [exec] "%s", [exec] C:\ProgramData\Titanium\mobilesdk\win32\7.0.0.GA/android/native/include/AndroidUtil.h:34:40: note: expanded from macro 'LOGE' [exec] #define LOGE(tag, ...) LOG(ERROR, tag, __VA_ARGS__) [exec] ^ [exec] C:\ProgramData\Titanium\mobilesdk\win32\7.0.0.GA/android/native/include/AndroidUtil.h:14:74: note: expanded from macro 'LOG' [exec] #define LOG(level, tag, ...) __android_log_print(_LOG_LEVEL(level), tag, __VA_ARGS__) [exec] ^ [exec] jni/com.synapsemedical.sqlencrypt.DBProxy.cpp:1134:14: warning: format string is not a string literal (potentially insecure) [-Wformat-security] [exec] LOGE(TAG, error); [exec] ^~~~~ [exec] C:\ProgramData\Titanium\mobilesdk\win32\7.0.0.GA/android/native/include/AndroidUtil.h:34:40: note: expanded from macro 'LOGE' [exec] #define LOGE(tag, ...) LOG(ERROR, tag, __VA_ARGS__) [exec] ^~~~~~~~~~~ [exec] C:\ProgramData\Titanium\mobilesdk\win32\7.0.0.GA/android/native/include/AndroidUtil.h:14:74: note: expanded from macro 'LOG' [exec] #define LOG(level, tag, ...) __android_log_print(_LOG_LEVEL(level), tag, __VA_ARGS__) [exec] ^~~~~~~~~~~ [exec] jni/com.synapsemedical.sqlencrypt.DBProxy.cpp:1134:14: note: treat the string as an argument to avoid this [exec] LOGE(TAG, error); [exec] ^ [exec] "%s", [exec] C:\ProgramData\Titanium\mobilesdk\win32\7.0.0.GA/android/native/include/AndroidUtil.h:34:40: note: expanded from macro 'LOGE' [exec] #define LOGE(tag, ...) LOG(ERROR, tag, __VA_ARGS__) [exec] ^ [exec] C:\ProgramData\Titanium\mobilesdk\win32\7.0.0.GA/android/native/include/AndroidUtil.h:14:74: note: expanded from macro 'LOG' [exec] #define LOG(level, tag, ...) __android_log_print(_LOG_LEVEL(level), tag, __VA_ARGS__) [exec] ^ [exec] 20 warnings generated. [exec] [armeabi-v7a] Compile++ thumb: com.synapsemedical.sqlencrypt <= com.synapsemedical.sqlencrypt.SQLEncryptModule.cpp [exec] warning: unknown warning option '-Wno-psabi' [-Wunknown-warning-option] [exec] In file included from jni/com.synapsemedical.sqlencrypt.SQLEncryptModule.cpp:12: [exec] C:\ProgramData\Titanium\mobilesdk\win32\7.0.0.GA/android/native/include\AndroidUtil.h:57:49: warning: format specifies type 'int' but the argument has type 'long' [-Wformat] [exec] LOGE(tag, "Finished %s (%d ms)", description, AndroidUtil::getCurrentMillis() - start); [exec] ~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [exec] %ld [exec] C:\ProgramData\Titanium\mobilesdk\win32\7.0.0.GA/android/native/include\AndroidUtil.h:34:40: note: expanded from macro 'LOGE' [exec] #define LOGE(tag, ...) LOG(ERROR, tag, __VA_ARGS__) [exec] ^~~~~~~~~~~ [exec] C:\ProgramData\Titanium\mobilesdk\win32\7.0.0.GA/android/native/include\AndroidUtil.h:14:74: note: expanded from macro 'LOG' [exec] #define LOG(level, tag, ...) __android_log_print(_LOG_LEVEL(level), tag, __VA_ARGS__) [exec] ^~~~~~~~~~~ [exec] jni/com.synapsemedical.sqlencrypt.SQLEncryptModule.cpp:141:14: warning: format string is not a string literal (potentially insecure) [-Wformat-security] [exec] LOGE(TAG, error); [exec] ^~~~~ [exec] C:\ProgramData\Titanium\mobilesdk\win32\7.0.0.GA/android/native/include/AndroidUtil.h:34:40: note: expanded from macro 'LOGE' [exec] #define LOGE(tag, ...) LOG(ERROR, tag, __VA_ARGS__) [exec] ^~~~~~~~~~~ [exec] C:\ProgramData\Titanium\mobilesdk\win32\7.0.0.GA/android/native/include/AndroidUtil.h:14:74: note: expanded from macro 'LOG' [exec] #define LOG(level, tag, ...) __android_log_print(_LOG_LEVEL(level), tag, __VA_ARGS__) [exec] ^~~~~~~~~~~ [exec] jni/com.synapsemedical.sqlencrypt.SQLEncryptModule.cpp:141:14: note: treat the string as an argument to avoid this [exec] LOGE(TAG, error); [exec] ^ [exec] "%s", [exec] C:\ProgramData\Titanium\mobilesdk\win32\7.0.0.GA/android/native/include/AndroidUtil.h:34:40: note: expanded from macro 'LOGE' [exec] #define LOGE(tag, ...) LOG(ERROR, tag, __VA_ARGS__) [exec] ^ [exec] C:\ProgramData\Titanium\mobilesdk\win32\7.0.0.GA/android/native/include/AndroidUtil.h:14:74: note: expanded from macro 'LOG' [exec] #define LOG(level, tag, ...) __android_log_print(_LOG_LEVEL(level), tag, __VA_ARGS__) [exec] ^ [exec] jni/com.synapsemedical.sqlencrypt.SQLEncryptModule.cpp:241:14: warning: format string is not a string literal (potentially insecure) [-Wformat-security] [exec] LOGE(TAG, error); [exec] ^~~~~ [exec] C:\ProgramData\Titanium\mobilesdk\win32\7.0.0.GA/android/native/include/AndroidUtil.h:34:40: note: expanded from macro 'LOGE' [exec] #define LOGE(tag, ...) LOG(ERROR, tag, __VA_ARGS__) [exec] ^~~~~~~~~~~ [exec] C:\ProgramData\Titanium\mobilesdk\win32\7.0.0.GA/android/native/include/AndroidUtil.h:14:74: note: expanded from macro 'LOG' [exec] #define LOG(level, tag, ...) __android_log_print(_LOG_LEVEL(level), tag, __VA_ARGS__) [exec] ^~~~~~~~~~~ [exec] jni/com.synapsemedical.sqlencrypt.SQLEncryptModule.cpp:241:14: note: treat the string as an argument to avoid this [exec] LOGE(TAG, error); [exec] ^ [exec] "%s", [exec] C:\ProgramData\Titanium\mobilesdk\win32\7.0.0.GA/android/native/include/AndroidUtil.h:34:40: note: expanded from macro 'LOGE' [exec] #define LOGE(tag, ...) LOG(ERROR, tag, __VA_ARGS__) [exec] ^ [exec] C:\ProgramData\Titanium\mobilesdk\win32\7.0.0.GA/android/native/include/AndroidUtil.h:14:74: note: expanded from macro 'LOG' [exec] #define LOG(level, tag, ...) __android_log_print(_LOG_LEVEL(level), tag, __VA_ARGS__) [exec] ^ [exec] jni/com.synapsemedical.sqlencrypt.SQLEncryptModule.cpp:341:14: warning: format string is not a string literal (potentially insecure) [-Wformat-security] [exec] LOGE(TAG, error); [exec] ^~~~~ [exec] C:\ProgramData\Titanium\mobilesdk\win32\7.0.0.GA/android/native/include/AndroidUtil.h:34:40: note: expanded from macro 'LOGE' [exec] #define LOGE(tag, ...) LOG(ERROR, tag, __VA_ARGS__) [exec] ^~~~~~~~~~~ [exec] C:\ProgramData\Titanium\mobilesdk\win32\7.0.0.GA/android/native/include/AndroidUtil.h:14:74: note: expanded from macro 'LOG' [exec] #define LOG(level, tag, ...) __android_log_print(_LOG_LEVEL(level), tag, __VA_ARGS__) [exec] ^~~~~~~~~~~ [exec] jni/com.synapsemedical.sqlencrypt.SQLEncryptModule.cpp:341:14: note: treat the string as an argument to avoid this [exec] LOGE(TAG, error); [exec] ^ [exec] "%s", [exec] C:\ProgramData\Titanium\mobilesdk\win32\7.0.0.GA/android/native/include/AndroidUtil.h:34:40: note: expanded from macro 'LOGE' [exec] #define LOGE(tag, ...) LOG(ERROR, tag, __VA_ARGS__) [exec] ^ [exec] C:\ProgramData\Titanium\mobilesdk\win32\7.0.0.GA/android/native/include/AndroidUtil.h:14:74: note: expanded from macro 'LOG' [exec] #define LOG(level, tag, ...) __android_log_print(_LOG_LEVEL(level), tag, __VA_ARGS__) [exec] ^ [exec] jni/com.synapsemedical.sqlencrypt.SQLEncryptModule.cpp:403:14: warning: format string is not a string literal (potentially insecure) [-Wformat-security] [exec] LOGE(TAG, error); [exec] ^~~~~ [exec] C:\ProgramData\Titanium\mobilesdk\win32\7.0.0.GA/android/native/include/AndroidUtil.h:34:40: note: expanded from macro 'LOGE' [exec] #define LOGE(tag, ...) LOG(ERROR, tag, __VA_ARGS__) [exec] ^~~~~~~~~~~ [exec] C:\ProgramData\Titanium\mobilesdk\win32\7.0.0.GA/android/native/include/AndroidUtil.h:14:74: note: expanded from macro 'LOG' [exec] #define LOG(level, tag, ...) __android_log_print(_LOG_LEVEL(level), tag, __VA_ARGS__) [exec] ^~~~~~~~~~~ [exec] jni/com.synapsemedical.sqlencrypt.SQLEncryptModule.cpp:403:14: note: treat the string as an argument to avoid this [exec] LOGE(TAG, error); [exec] ^ [exec] "%s", [exec] C:\ProgramData\Titanium\mobilesdk\win32\7.0.0.GA/android/native/include/AndroidUtil.h:34:40: note: expanded from macro 'LOGE' [exec] #define LOGE(tag, ...) LOG(ERROR, tag, __VA_ARGS__) [exec] ^ [exec] C:\ProgramData\Titanium\mobilesdk\win32\7.0.0.GA/android/native/include/AndroidUtil.h:14:74: note: expanded from macro 'LOG' [exec] #define LOG(level, tag, ...) __android_log_print(_LOG_LEVEL(level), tag, __VA_ARGS__) [exec] ^ [exec] jni/com.synapsemedical.sqlencrypt.SQLEncryptModule.cpp:463:14: warning: format string is not a string literal (potentially insecure) [-Wformat-security] [exec] LOGE(TAG, error); [exec] ^~~~~ [exec] C:\ProgramData\Titanium\mobilesdk\win32\7.0.0.GA/android/native/include/AndroidUtil.h:34:40: note: expanded from macro 'LOGE' [exec] #define LOGE(tag, ...) LOG(ERROR, tag, __VA_ARGS__) [exec] ^~~~~~~~~~~ [exec] C:\ProgramData\Titanium\mobilesdk\win32\7.0.0.GA/android/native/include/AndroidUtil.h:14:74: note: expanded from macro 'LOG' [exec] #define LOG(level, tag, ...) __android_log_print(_LOG_LEVEL(level), tag, __VA_ARGS__) [exec] ^~~~~~~~~~~ [exec] jni/com.synapsemedical.sqlencrypt.SQLEncryptModule.cpp:463:14: note: treat the string as an argument to avoid this [exec] LOGE(TAG, error); [exec] ^ [exec] "%s", [exec] C:\ProgramData\Titanium\mobilesdk\win32\7.0.0.GA/android/native/include/AndroidUtil.h:34:40: note: expanded from macro 'LOGE' [exec] #define LOGE(tag, ...) LOG(ERROR, tag, __VA_ARGS__) [exec] ^ [exec] C:\ProgramData\Titanium\mobilesdk\win32\7.0.0.GA/android/native/include/AndroidUtil.h:14:74: note: expanded from macro 'LOG' [exec] #define LOG(level, tag, ...) __android_log_print(_LOG_LEVEL(level), tag, __VA_ARGS__) [exec] ^ [exec] 7 warnings generated. [exec] [armeabi-v7a] Compile++ thumb: com.synapsemedical.sqlencrypt <= SqlencryptBootstrap.cpp [exec] warning: unknown warning option '-Wno-psabi' [-Wunknown-warning-option] [exec] In file included from jni/../SqlencryptBootstrap.cpp:12: [exec] C:\ProgramData\Titanium\mobilesdk\win32\7.0.0.GA/android/native/include\AndroidUtil.h:57:49: warning: format specifies type 'int' but the argument has type 'long' [-Wformat] [exec] LOGE(tag, "Finished %s (%d ms)", description, AndroidUtil::getCurrentMillis() - start); [exec] ~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [exec] %ld [exec] C:\ProgramData\Titanium\mobilesdk\win32\7.0.0.GA/android/native/include\AndroidUtil.h:34:40: note: expanded from macro 'LOGE' [exec] #define LOGE(tag, ...) LOG(ERROR, tag, __VA_ARGS__) [exec] ^~~~~~~~~~~ [exec] C:\ProgramData\Titanium\mobilesdk\win32\7.0.0.GA/android/native/include\AndroidUtil.h:14:74: note: expanded from macro 'LOG' [exec] #define LOG(level, tag, ...) __android_log_print(_LOG_LEVEL(level), tag, __VA_ARGS__) [exec] ^~~~~~~~~~~ [exec] jni/../SqlencryptBootstrap.cpp:56:46: error: no member named 'SqlencryptBindings' in the global namespace; did you mean 'titanium::bindings::SqlencryptBindings'? [exec] titanium::bindings::BindEntry *extBinding = ::SqlencryptBindings::lookupGeneratedInit( [exec] ^~~~~~~~~~~~~~~~~~~~ [exec] titanium::bindings::SqlencryptBindings [exec] jni/../KrollGeneratedBindings.cpp:42:9: note: 'titanium::bindings::SqlencryptBindings' declared here [exec] class SqlencryptBindings { [exec] ^ [exec] jni/../SqlencryptBootstrap.cpp:104:4: error: no member named 'SqlencryptBindings' in the global namespace; did you mean 'titanium::bindings::SqlencryptBindings'? [exec] ::SqlencryptBindings::lookupGeneratedInit(*binding, bindingLength); [exec] ^~~~~~~~~~~~~~~~~~~~ [exec] titanium::bindings::SqlencryptBindings [exec] jni/../KrollGeneratedBindings.cpp:42:9: note: 'titanium::bindings::SqlencryptBindings' declared here [exec] class SqlencryptBindings { [exec] ^ [exec] jni/../SqlencryptBootstrap.cpp:126:47: error: no member named 'SqlencryptBindings' in the global namespace; did you mean 'titanium::bindings::SqlencryptBindings'? [exec] titanium::KrollBindings::addExternalLookup(&(::SqlencryptBindings::lookupGeneratedInit)); [exec] ^~~~~~~~~~~~~~~~~~~~ [exec] titanium::bindings::SqlencryptBindings [exec] jni/../KrollGeneratedBindings.cpp:42:9: note: 'titanium::bindings::SqlencryptBindings' declared here [exec] class SqlencryptBindings { [exec] ^ [exec] 2 warnings and 3 errors generated. [exec] make: *** [C:\Users\RIO~2.DIE\AppData\Local\Temp\/rio.diep/sqlencrypt-generated/obj/local/armeabi-v7a/objs/com.synapsemedical.sqlencrypt/__/SqlencryptBootstrap.o] Error 1 BUILD FAILED C:\ProgramData\Titanium\mobilesdk\win32\7.0.0.GA\module\android\build.xml:350: The following error occurred while executing this line: C:\ProgramData\Titanium\mobilesdk\win32\7.0.0.GA\module\android\build.xml:305: exec returned: 2 Total time: 7 seconds