!601 【OpenHarmony 5.0.0.25】【RK3568】【压力测试】【ToC】【高概率】【wukong】出现5次 进程com.ohos.photos由于THREAD_BLOCK_6S卡在libark_jsruntime.so出现appfreeze

Merge pull request !601 from liujuan/master
This commit is contained in:
openharmony_ci 2024-09-04 09:04:27 +00:00 committed by Gitee
commit 18d207756e
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -627,6 +627,8 @@ export class UserFileManagerAccess {
}
async prepareSystemAlbums(): Promise<void> {
Log.info(TAG, `prepareSystemAlbums before :${UserFileManagerAccess.SYSTEM_BEFORE_USER_ALBUM_LIST.length}, \
after :${UserFileManagerAccess.SYSTEM_AFTER_USER_ALBUM_LIST.length}`);
if (!this.media) {
Log.error(TAG, 'prepareSystemAlbums media resource is null!');
return;