Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -464,10 +464,10 @@ class HistoryPanel: UIViewController,

// FXIOS-10996 Temporary check for duplicates to help diagnose history panel crashes
if sectionData.count > sectionDataUniqued.count {
// If you crash here, please record your steps in ticket FXIOS-10996. Diagnose if possible as you
// If you crash here, please record your steps in ticket FXIOS-11563. Diagnose if possible as you
// have stumbled upon one of our rare Sentry crashes that is probably dependent on your unique
// browsing history state.
assertionFailure("FXIOS-10996 We should never have duplicates! Log how you made this crash happen.")
assertionFailure("FXIOS-11563 We should never have duplicates! Log how you made this crash happen.")
}

snapshot.appendItems(
Expand Down
Loading