diff --git a/SrcJuMethod.js b/SrcJuMethod.js index 25ac8903..cdb9fd03 100644 --- a/SrcJuMethod.js +++ b/SrcJuMethod.js @@ -158,5 +158,6 @@ function imageCompress(imgurl,fileid) { let ff = f; let newpath = "/storage/emulated/0/Android/data/com.example.hikerview/files/Documents/_cache/"+(fileid||"")+"_"+getName(imgurl); compress(f,3,newpath); + log(getPicInfo(ff)); return "file://"+newpath; }