HomeSort by relevance Sort by last modified time
    Searched refs:logcat (Results 1 - 25 of 221) sorted by null

1 2 3 4 5 6 7 8 9

  /system/core/logcat/tests/
logcatd_test.cpp 17 #define logcat logcatd macro
liblogcat_test.cpp 17 #include <log/logcat.h>
23 #define logcat liblogcat macro
  /art/tools/
symbolize-buildbot-crashes.sh 20 adb logcat -d | sed 's,/data/local/tmp,,g' | development/scripts/stack
setup-buildbot-device.sh 70 adb logcat -G 32M
71 adb logcat -g
74 adb logcat -P ""
75 adb logcat -p
  /tools/loganalysis/tests/src/com/android/loganalysis/parser/
LogcatParserTest.java 48 LogcatItem logcat = new LogcatParser("2012").parse(lines); local
49 assertNotNull(logcat);
50 assertEquals(parseTime("2012-04-25 17:17:08.445"), logcat.getStartTime());
51 assertEquals(parseTime("2012-04-25 17:17:08.445"), logcat.getStopTime());
52 assertEquals(1, logcat.getEvents().size());
53 assertEquals(1, logcat.getAnrs().size());
54 assertEquals(312, logcat.getAnrs().get(0).getPid().intValue());
55 assertEquals(366, logcat.getAnrs().get(0).getTid().intValue());
56 assertEquals("", logcat.getAnrs().get(0).getLastPreamble());
57 assertEquals("", logcat.getAnrs().get(0).getProcessPreamble())
72 LogcatItem logcat = new LogcatParser("2012").parse(lines); local
95 LogcatItem logcat = new LogcatParser("2012").parse(lines); local
137 LogcatItem logcat = logcatParser.parse(lines); local
174 LogcatItem logcat = logcatParser.parse(lines); local
200 LogcatItem logcat = new LogcatParser("2012").parse(lines); local
227 LogcatItem logcat = new LogcatParser("2012").parse(lines); local
254 LogcatItem logcat = new LogcatParser("2012").parse(lines); local
277 LogcatItem logcat = new LogcatParser("2012").parse(lines); local
294 LogcatItem logcat = new LogcatParser("2012").parse(lines); local
318 LogcatItem logcat = new LogcatParser("2012").parse(lines); local
347 LogcatItem logcat = new LogcatParser("2012").parse(lines); local
367 LogcatItem logcat = new LogcatParser("2012").parse(lines); local
426 LogcatItem logcat = new LogcatParser("2012").parse(lines); local
498 LogcatItem logcat = new LogcatParser("2012").parse(lines); local
558 LogcatItem logcat = new LogcatParser("2012").parse(lines); local
622 LogcatItem logcat = new LogcatParser("2012").parse(lines); local
649 LogcatItem logcat = new LogcatParser("2012").parse(lines); local
674 LogcatItem logcat = new LogcatParser("2012").parse(lines); local
712 LogcatItem logcat = new LogcatParser("2012").parse(lines); local
737 LogcatItem logcat = parser.parse(lines); local
763 LogcatItem logcat = parser.parse(lines); local
785 LogcatItem logcat = parser.parse(lines); local
809 LogcatItem logcat = parser.parse(lines); local
    [all...]
LogcatParserFuncTest.java 31 // FIXME: Make logcat file configurable.
32 private static final String LOGCAT_PATH = "/tmp/logcat.txt";
35 * A test that is intended to force Brillopad to parse a logcat. The purpose of this is to
36 * assist a developer in checking why a given logcat file might not be parsed correctly by
46 LogcatItem logcat = null; local
49 logcat = new LogcatParser().parse(logcatReader);
51 System.out.println(String.format("Logcat took %d ms to parse.", stop - start));
63 assertNotNull(logcat);
64 assertNotNull(logcat.getStartTime());
65 assertNotNull(logcat.getStopTime())
    [all...]
  /system/core/logcat/
logcat_system.cpp 26 #include <log/logcat.h>
61 if ((args.size() == 1) && (args[0] != "logcat") &&
62 (args[0] != "/system/bin/logcat")) {
logcat_main.cpp 20 #include <log/logcat.h>
  /cts/hostsidetests/security/src/android/security/cts/
Poc16_05.java 28 AdbUtils.runCommandLine("logcat -c" , getDevice());
31 String logcat = AdbUtils.runCommandLine("logcat -d", getDevice()); local
32 assertNotMatches("[\\s\\n\\S]*IGraphicBufferProducer_Info is Leaked[\\s\\n\\S]*", logcat);
Poc17_11.java 29 AdbUtils.runCommandLine("logcat -c", getDevice());
34 // Wait for intent to be processed before checking logcat
36 String logcat = AdbUtils.runCommandLine("logcat -d", getDevice()); local
39 "mediaserver <<<[\\s\\n\\S]*", logcat);
Poc16_04.java 28 AdbUtils.runCommandLine("logcat -c" , getDevice());
30 String logcat = AdbUtils.runCommandLine("logcat -d", getDevice()); local
31 assertNotMatches("[\\s\\n\\S]*IOMX_InfoLeak b26323455[\\s\\n\\S]*", logcat);
Poc16_10.java 100 AdbUtils.runCommandLine("logcat -c" , getDevice());
105 String logcat = AdbUtils.runCommandLine("logcat -d", getDevice()); local
108 "mediaserver <<<[\\s\\n\\S]*", logcat);
  /development/cmds/monkey/src/com/android/commands/monkey/
Logger.java 29 if (logcat) {
39 if (logcat) {
46 public static boolean logcat = true; field in class:Logger
  /development/tools/bugreport/src/com/android/bugreport/bugreport/
Bugreport.java 20 import com.android.bugreport.logcat.Logcat;
21 import com.android.bugreport.logcat.LogLine;
60 * The merged logcat section of a bugreport.
62 public Logcat logcat; field in class:Bugreport
67 public Logcat systemLog;
72 public Logcat eventLog;
85 * The logcat lines that have something interesting about them.
  /external/skia/platform_tools/android/bin/
android_run_skia 23 if [ $LOGCAT ]; then
25 $ADB $DEVICE_SERIAL logcat -c;
42 if [ $LOGCAT ]; then $ADB $DEVICE_SERIAL logcat -d; fi
54 if [ $LOGCAT ]; then $ADB $DEVICE_SERIAL logcat -d; fi
63 if [ $LOGCAT ]; then $ADB $DEVICE_SERIAL logcat -d; fi
  /external/skqp/platform_tools/android/bin/
android_run_skia 23 if [ $LOGCAT ]; then
25 $ADB $DEVICE_SERIAL logcat -c;
42 if [ $LOGCAT ]; then $ADB $DEVICE_SERIAL logcat -d; fi
54 if [ $LOGCAT ]; then $ADB $DEVICE_SERIAL logcat -d; fi
63 if [ $LOGCAT ]; then $ADB $DEVICE_SERIAL logcat -d; fi
  /tools/loganalysis/src/com/android/loganalysis/item/
LogcatItem.java 30 * An {@link IItem} used to store logcat info.
57 * Get the start time of the logcat.
64 * Set the start time of the logcat.
71 * Get the stop time of the logcat.
78 * Set the stop time of the logcat.
162 LogcatItem logcat = (LogcatItem) other; local
164 Date start = logcat.getStartTime().before(getStartTime()) ?
165 logcat.getStartTime() : getStartTime();
166 Date stop = logcat.getStopTime().after(getStopTime()) ?
167 logcat.getStopTime() : getStopTime()
    [all...]
  /frameworks/base/core/tests/coretests/src/android/database/
run_newdb_perf_test.sh 18 adb logcat -c
29 adb logcat -d > /tmp/testlogcat.txt
  /system/core/libnativeloader/test/
runtest.sh 8 adb logcat -c;
11 adb logcat | grep android.test.app
  /development/tools/bugreport/src/com/android/bugreport/
Options.java 55 * Will be used instead of searching the logcat for the problem.
60 * The logcat file to parse.
64 public File logcat; field in class:Options
96 } else if ("--logcat".equals(flag)) {
97 if (result.logcat != null || !argParser.hasData(1)) {
99 "--logcat flag requires an argument");
101 result.logcat = new File(argParser.nextData());
Main.java 23 import com.android.bugreport.logcat.LogcatParser;
62 System.err.println("usage: bugreport --monkey MONKEYLOG --html HTML --logcat SYSTEMLOG"
98 // Also parse the logcat if we have one. That parser will merge
100 if (options.logcat != null) {
103 bugreport.logcat = parser.parse(Lines.readLines(options.logcat));
  /external/vulkan-validation-layers/build-android/
test_APK.sh 131 adb $serialFlag logcat -c
169 adb $serialFlag logcat -d | grep "==== Tests PASSED ===="
178 adb $serialFlag logcat -d | grep "==== Tests FAILED ===="
187 adb $serialFlag logcat -d | grep "\*\*\* \*\*\* \*\*\* \*\*\* \*\*\* \*\*\* \*\*\* \*\*\* \*\*\* \*\*\* \*\*\* \*\*\* \*\*\* \*\*\* \*\*\* \*\*\*"
232 echo ===== Dumping logcat of VulkanLayerValidationTests =====
234 echo "adb $serialFlag logcat -d | grep VulkanLayerValidationTests"
237 adb $serialFlag logcat -d | grep VulkanLayerValidationTests
  /development/tools/bugreport/src/com/android/bugreport/logcat/
LogLine.java 17 package com.android.bugreport.logcat;
  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/views/
LogCatView.java 18 import com.android.ddmlib.logcat.LogCatMessage;
19 import com.android.ddmuilib.logcat.ILogCatMessageSelectionListener;
20 import com.android.ddmuilib.logcat.LogCatPanel;
21 import com.android.ddmuilib.logcat.LogCatStackTraceParser;
39 /** Switch perspective when a Java file is opened from logcat view. */
42 /** Target perspective to open when a Java file is opened from logcat view. */
  /test/suite_harness/common/util/src/com/android/compatibility/common/util/
LogcatInspector.java 17 * logcat contains what you want.
46 * appear in logcat in the given order. By passing the separator returned by {@link
100 InputStream logcatStream = executeShellCommand("logcat -v brief -d " + filterSpec);
101 BufferedReader logcat = new BufferedReader(new InputStreamReader(logcatStream)); local
104 while ((line = logcat.readLine()) != null) {
108 drainAndClose(logcat);
113 Closeables.closeQuietly(logcat);

Completed in 183 milliseconds

1 2 3 4 5 6 7 8 9