Searched refs:mCrashes (Results 1 – 1 of 1) sorted by relevance
189 private int mCrashes; field in BluetoothManagerService370 mCrashes = 0; in BluetoothManagerService()2176 mCrashes++; in addCrashLog()2302 "\nBluetooth crashed " + mCrashes + " time" + (mCrashes == 1 ? "" : "s")); in dump()2303 if (mCrashes == CRASH_LOG_MAX_SIZE) { in dump()