Searched refs:MAX_FILE_SIZE (Results 1 – 1 of 1) sorted by relevance
27 private const val MAX_FILE_SIZE = 64 * 1024 constant79 if (file.length() > MAX_FILE_SIZE) { in addLogToDump()