defer NotificationCenter error level log

This commit is contained in:
luvletter2333 2022-07-24 14:28:48 +08:00
parent 271b0dc136
commit 383be2281f
No known key found for this signature in database
GPG Key ID: A26A8880836E1978
1 changed files with 1 additions and 1 deletions

View File

@ -508,7 +508,7 @@ public class NotificationCenter {
DelayedPost delayedPost = new DelayedPost(id, args);
delayedPosts.add(delayedPost);
if (BuildVars.LOGS_ENABLED) {
FileLog.e("delay post notification " + id + " with args count = " + args.length);
FileLog.d("delay post notification " + id + " with args count = " + args.length);
}
return;
}