Searched refs:mCrashes (Results 1 – 1 of 1) sorted by relevance
232 private int mCrashes; field in BluetoothManagerService477 mCrashes = 0; in BluetoothManagerService()2693 mCrashes++; in addCrashLog()2824 "\nBluetooth crashed " + mCrashes + " time" + (mCrashes == 1 ? "" : "s")); in dump()2825 if (mCrashes == CRASH_LOG_MAX_SIZE) { in dump()2884 proto.write(BluetoothManagerServiceDumpProto.NUM_CRASHES, mCrashes); in dumpProto()2886 mCrashes == CRASH_LOG_MAX_SIZE); in dumpProto()