Searched refs:mCrashes (Results 1 – 1 of 1) sorted by relevance
238 private int mCrashes; field in BluetoothManagerService483 mCrashes = 0; in BluetoothManagerService()2671 mCrashes++; in addCrashLog()2802 "\nBluetooth crashed " + mCrashes + " time" + (mCrashes == 1 ? "" : "s")); in dump()2803 if (mCrashes == CRASH_LOG_MAX_SIZE) { in dump()2862 proto.write(BluetoothManagerServiceDumpProto.NUM_CRASHES, mCrashes); in dumpProto()2864 mCrashes == CRASH_LOG_MAX_SIZE); in dumpProto()