update 图片大小调整
This commit is contained in:
@@ -759,9 +759,9 @@ object WeworkLoopImpl {
|
|||||||
try {
|
try {
|
||||||
for (path in MultiFileObserver.finishSet) {
|
for (path in MultiFileObserver.finishSet) {
|
||||||
val rawFileLength = File(path).length()
|
val rawFileLength = File(path).length()
|
||||||
if (rawFileLength < 50 * 1000) {
|
if (rawFileLength < 20 * 1000) {
|
||||||
LogUtils.d("原始文件大小<50k: $rawFileLength $path")
|
LogUtils.d("原始文件大小<20k: $rawFileLength $path")
|
||||||
log("原始文件大小<50k: $rawFileLength $path")
|
log("原始文件大小<20k: $rawFileLength $path")
|
||||||
continue
|
continue
|
||||||
}
|
}
|
||||||
val df = SimpleDateFormat("MMdd_HHmmss")
|
val df = SimpleDateFormat("MMdd_HHmmss")
|
||||||
|
|||||||
Reference in New Issue
Block a user