getConsecutiveCrashes abstract method

int getConsecutiveCrashes(
  1. String patchId
)

Returns the consecutive crash count for the given patchId.

Implementation

int getConsecutiveCrashes(String patchId);