Searched refs:mCrashCount (Results 1 – 1 of 1) sorted by relevance
66 private static int mCrashCount; field in RuntimeInit110 mCrashCount = SystemProperties.getInt(SYSPROP_CRASH_COUNT, 0) + 1; in uncaughtException()111 SystemProperties.set(SYSPROP_CRASH_COUNT, String.valueOf(mCrashCount)); in uncaughtException()