TF-4368 Add more log trace for load more email

This commit is contained in:
dab246
2026-03-16 17:06:26 +07:00
committed by Dat H. Pham
parent 7ecf5d8e53
commit 9854592a4c
2 changed files with 17 additions and 2 deletions
@@ -410,6 +410,12 @@ class ThreadRepositoryImpl extends ThreadRepository {
newDestroyed: response.notFoundEmailIds,
);
}
logTrace(
'ThreadRepositoryImpl::loadMoreEmails(): emailList = ${response.emailList?.length},'
'notFoundEmailIds = ${response.notFoundEmailIds?.length}, '
'existNotFoundEmails = ${response.existNotFoundEmails}, '
'state = ${response.state?.value}',
);
yield response;
}