添加log.

This commit is contained in:
2025-12-13 01:26:07 +08:00
parent b915e9d044
commit 724046c9c6
3 changed files with 3 additions and 2 deletions

View File

@@ -422,6 +422,7 @@ public class AvatarFrameView extends FrameLayout {
mainHandler.post(() -> {
// 检查是否已销毁
if (file.exists()) {
LogUtils.e("有缓存:"+file.exists()+"===="+file.getAbsolutePath());
playMp4File(file);
} else {
LogUtils.w(TAG, "有缓存2222222222222");