Searched refs:mCrashes (Results 1 – 1 of 1) sorted by relevance
195 private int mCrashes; field in BluetoothManagerService380 mCrashes = 0; in BluetoothManagerService()2284 mCrashes++; in addCrashLog()2410 "\nBluetooth crashed " + mCrashes + " time" + (mCrashes == 1 ? "" : "s")); in dump()2411 if (mCrashes == CRASH_LOG_MAX_SIZE) { in dump()