Searched refs:mCrashes (Results 1 – 1 of 1) sorted by relevance
208 private int mCrashes; field in BluetoothManagerService454 mCrashes = 0; in BluetoothManagerService()2496 mCrashes++; in addCrashLog()2622 "\nBluetooth crashed " + mCrashes + " time" + (mCrashes == 1 ? "" : "s")); in dump()2623 if (mCrashes == CRASH_LOG_MAX_SIZE) { in dump()