完善日志
This commit is contained in:
parent
5def5be29f
commit
d1035e28e9
|
|
@ -84,7 +84,7 @@ JNI_API(jboolean,startDemo,jstring path_to_jni_file){
|
||||||
string jni_file = sd_path + "/zlmediakit.jni";
|
string jni_file = sd_path + "/zlmediakit.jni";
|
||||||
|
|
||||||
DebugL << "sd_path:" << sd_path;
|
DebugL << "sd_path:" << sd_path;
|
||||||
DebugL << "jni file:" << sd_path;
|
DebugL << "jni file:" << jni_file;
|
||||||
|
|
||||||
static thread s_th([sd_path,jni_file](){
|
static thread s_th([sd_path,jni_file](){
|
||||||
try {
|
try {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue