Searched refs:LOGCAT_SIZE (Results 1 – 2 of 2) sorted by relevance
124 private static final int LOGCAT_SIZE = 20971520; // 20 mb field in HermeticLaunchTest188 mLogcat = new LogcatReceiver(getDevice(), LOGCAT_CMD, LOGCAT_SIZE, 0); in run()
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()