setConsecutiveCrashes method

  1. @override
void setConsecutiveCrashes(
  1. String patchId,
  2. int count
)
override

Stores consecutive crash count for patchId.

Implementation

@override
void setConsecutiveCrashes(String patchId, int count) {
  _crashes[patchId] = count;
}