mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2026-06-12 19:24:22 +08:00
完善日志
This commit is contained in:
@@ -84,7 +84,7 @@ JNI_API(jboolean,startDemo,jstring path_to_jni_file){
|
||||
string jni_file = sd_path + "/zlmediakit.jni";
|
||||
|
||||
DebugL << "sd_path:" << sd_path;
|
||||
DebugL << "jni file:" << sd_path;
|
||||
DebugL << "jni file:" << jni_file;
|
||||
|
||||
static thread s_th([sd_path,jni_file](){
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user