简单处理线程池不足以运行更多任务的问题 https://jira.shanqu.cc/browse/GHZS-801
This commit is contained in:
@ -326,10 +326,8 @@ public class MainActivity extends BaseActivity {
|
||||
// 初始化PlatformUtils
|
||||
PlatformUtils.getInstance(getApplicationContext());
|
||||
HomePluggableHelper.activationFilterData();
|
||||
});
|
||||
|
||||
//启动app删除视频缓存文件
|
||||
AppExecutor.getIoExecutor().execute(() -> {
|
||||
// 启动app删除视频缓存文件
|
||||
try {
|
||||
String dirPath = getCacheDir().getAbsolutePath() + File.separator + "exo";
|
||||
FileUtils.deleteFolder(new File(dirPath));
|
||||
|
||||
Reference in New Issue
Block a user