Searched refs:LOGCAT_SIZE (Results 1 – 2 of 2) sorted by relevance
56 private static final long LOGCAT_SIZE = 80 * 1024 * 1024; field in BootTimeTest281 mRebootLogcatReceiver = new LogcatReceiver(getDevice(), LOGCAT_CMD_ALL, LOGCAT_SIZE, 0); in clearAndStartLogcat()
103 private static final long LOGCAT_SIZE = 80 * 1024 * 1024; field in BootTimeTest596 getDevice(), allBuffers ? LOGCAT_CMD_ALL : LOGCAT_CMD, LOGCAT_SIZE, 0); in clearAndStartLogcat()