添加log.
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user