fix crash issue by reducing the picture size
[rtmpclient.git] / app / src / main / jni / log.h
index ba5a36e..326a1de 100644 (file)
@@ -7,6 +7,7 @@
 
 #include <android/log.h>
 
+
 #define LOG_TAG __FILE__
 
 #define LOGE(...)  __android_log_print(ANDROID_LOG_ERROR, LOG_TAG, __VA_ARGS__)