Searched refs:logcat (Results 1 – 15 of 15) sorted by relevance
48 LogcatItem logcat = new LogcatParser("2012").parse(lines); in testParse_anr() local49 assertNotNull(logcat); in testParse_anr()50 assertEquals(parseTime("2012-04-25 17:17:08.445"), logcat.getStartTime()); in testParse_anr()51 assertEquals(parseTime("2012-04-25 17:17:08.445"), logcat.getStopTime()); in testParse_anr()52 assertEquals(1, logcat.getEvents().size()); in testParse_anr()53 assertEquals(1, logcat.getAnrs().size()); in testParse_anr()54 assertEquals(312, logcat.getAnrs().get(0).getPid().intValue()); in testParse_anr()55 assertEquals(366, logcat.getAnrs().get(0).getTid().intValue()); in testParse_anr()56 assertEquals("", logcat.getAnrs().get(0).getLastPreamble()); in testParse_anr()57 assertEquals("", logcat.getAnrs().get(0).getProcessPreamble()); in testParse_anr()[all …]
41 LogcatItem logcat = null; in testParse() local44 logcat = new LogcatParser().parse(logcatReader); in testParse()56 assertNotNull(logcat); in testParse()57 assertNotNull(logcat.getStartTime()); in testParse()58 assertNotNull(logcat.getStopTime()); in testParse()64 logcat.getStartTime().toString(), in testParse()65 logcat.getStopTime().toString(), in testParse()66 logcat.getAnrs().size(), in testParse()67 logcat.getJavaCrashes().size(), in testParse()68 logcat.getNativeCrashes().size())); in testParse()
20 from acts.controllers.android_lib import logcat21 from acts.controllers.android_lib.logcat import TimestampTracker34 self._get_log_level = logcat._get_log_level37 logcat._get_log_level = self._get_log_level64 level = logcat._get_log_level(BASE_TIMESTAMP + 'V')70 level = logcat._get_log_level(BASE_TIMESTAMP + 'D')76 level = logcat._get_log_level(BASE_TIMESTAMP + 'I')82 level = logcat._get_log_level(BASE_TIMESTAMP + 'W')88 level = logcat._get_log_level(BASE_TIMESTAMP + 'E')94 level = logcat._get_log_level('--------- beginning of main')[all …]
162 LogcatItem logcat = (LogcatItem) other; in merge() local164 Date start = logcat.getStartTime().before(getStartTime()) ? in merge()165 logcat.getStartTime() : getStartTime(); in merge()166 Date stop = logcat.getStopTime().after(getStopTime()) ? in merge()167 logcat.getStopTime() : getStopTime(); in merge()168 Date overlapStart = logcat.getStartTime().after(getStartTime()) ? in merge()169 logcat.getStartTime() : getStartTime(); in merge()170 Date overlapStop = logcat.getStopTime().before(getStopTime()) ? in merge()171 logcat.getStopTime() : getStopTime(); in merge()178 !logcat.getEvents().contains(event)) { in merge()[all …]
76 String logcat = in testCaptureTestCrash_oneCrashingLogcat() local90 .andReturn(new ByteArrayInputStreamSource(logcat.getBytes())); in testCaptureTestCrash_oneCrashingLogcat()125 String logcat = in testCaptureTestCrash_oneCrashingLogcatAfterTestEnded() local139 .andReturn(new ByteArrayInputStreamSource(logcat.getBytes())); in testCaptureTestCrash_oneCrashingLogcatAfterTestEnded()173 String logcat = in testCaptureTestCrash_duplicateStack() local187 .andReturn(new ByteArrayInputStreamSource(logcat.getBytes())); in testCaptureTestCrash_duplicateStack()
82 …BufferedReader logcat = new BufferedReader(new InputStreamReader(logcatSource.createInputStream())… in testMemoryAllocationLimit()85 String s = logcat.readLine(); in testMemoryAllocationLimit()93 s = logcat.readLine(); in testMemoryAllocationLimit()
124 LogcatItem logcat = new LogcatParser().parse(reader); in run() local125 printLogcat(logcat); in run()240 private void printLogcat(LogcatItem logcat) { in printLogcat() argument242 printJson(logcat); in printLogcat()
840 private void saveLogcatForIteration(ResultData data, InputStreamSource logcat, int iteration) { in saveLogcatForIteration() argument841 if (logcat == null) { in saveLogcatForIteration()853 Files.copy(logcat.createInputStream(), temp.toPath(), REPLACE_EXISTING); in saveLogcatForIteration()854 logcat.close(); in saveLogcatForIteration()
24 from acts.controllers.android_lib.logcat import TimestampTracker
245 bt_adb_log = ad.adb.logcat('-b all -t %s' % begin_time)
878 # Have a logcat going as such: adb logcat | grep GattServer11onCharacteristicReadRequest1157 Note: This test is a little tricky. Need to monitor logcat as such: adb logcat | grep offset.
208 5. After it fails grab the logcat.
36 from acts.controllers.android_lib import logcat814 self.adb_logcat_process = logcat.create_logcat_keepalive_process(
471 output = ad.adb.logcat("-t 1")
META-INF/ META-INF/MANIFEST.MF jline/ jline/CompletionHandler.class CompletionHandler ...