Skip to content

Commit

Permalink
chore: Log after updating the notification marker (#1232)
Browse files Browse the repository at this point in the history
Suspect a crash is occurring in the database update on the preceding
line. Log afterwards; if the log entry is missing the crash location
is confirmed.
  • Loading branch information
nikclayton authored Jan 24, 2025
1 parent 5f67f99 commit b1ed66f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -235,6 +235,7 @@ class NotificationFetcher @Inject constructor(
notificationsLastReadId = newMarkerId,
)
accountManager.setNotificationMarkerId(account.id, newMarkerId)
Timber.d("Updated notification marker for %s to: %s", account.fullName, newMarkerId)
}

return notifications
Expand Down

0 comments on commit b1ed66f

Please sign in to comment.