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

1 2

  /external/chromium_org/build/android/
adb_run_mojo_shell 11 adb logcat -c
16 adb logcat -s MojoShellApplication MojoShellActivity chromium
asan_symbolize.py 91 parser.add_option('-l', '--logcat',
92 help='File containing adb logcat output with ASan stacks. '
95 if options.logcat:
96 asan_input = file(options.logcat, 'r')
  /system/core/logcat/
Android.mk 6 LOCAL_SRC_FILES:= logcat.cpp event.logtags
10 LOCAL_MODULE := logcat
logcat.cpp 550 /* this is a *hidden* option used to start a version of logcat */
551 /* in an emulated device only. it basically looks for androidboot.logcat= */
555 #define KERNEL_OPTION "androidboot.logcat="
559 char* logcat; local
574 logcat = strstr( cmdline, KERNEL_OPTION );
576 if (logcat != NULL) {
577 char* p = logcat + sizeof(KERNEL_OPTION)-1;;
603 fprintf(stderr, "logcat using %s (%d)\n", devname, len);
667 fprintf (stderr, "Invalid filter expression in -logcat option\n");
860 perror("logcat read failure")
    [all...]
  /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. */
OldLogCatView.java 21 import com.android.ddmuilib.logcat.LogColors;
22 import com.android.ddmuilib.logcat.LogFilter;
23 import com.android.ddmuilib.logcat.LogPanel;
24 import com.android.ddmuilib.logcat.LogPanel.ILogFilterStorageManager;
25 import com.android.ddmuilib.logcat.LogPanel.LogCatViewInterface;
67 DdmsPlugin.PLUGIN_ID + ".logcat.time"; //$NON-NLS-1$
69 DdmsPlugin.PLUGIN_ID + ".logcat.level"; //$NON-NLS-1$
71 DdmsPlugin.PLUGIN_ID + ".logcat.pid"; //$NON-NLS-1$
73 DdmsPlugin.PLUGIN_ID + ".logcat.tag"; //$NON-NLS-1$
75 DdmsPlugin.PLUGIN_ID + ".logcat.message"; //$NON-NLS-1
    [all...]
  /system/core/logcat/tests/
logcat_test.cpp 45 TEST(logcat, buckets) {
49 "logcat -b radio -b events -b system -b main -d 2>/dev/null",
75 TEST(logcat, tail_3) {
79 "logcat -v long -b radio -b events -b system -b main -t 3 2>/dev/null",
99 TEST(logcat, tail_10) {
103 "logcat -v long -b radio -b events -b system -b main -t 10 2>/dev/null",
123 TEST(logcat, tail_100) {
127 "logcat -v long -b radio -b events -b system -b main -t 100 2>/dev/null",
147 TEST(logcat, tail_1000) {
151 "logcat -v long -b radio -b events -b system -b main -t 1000 2>/dev/null"
    [all...]
Android.mk 19 test_module_prefix := logcat-
38 # adb shell /data/nativetest/logcat-benchmarks/logcat-benchmarks
55 # adb shell /data/nativetest/logcat-unit-tests/logcat-unit-tests
logcat_benchmark.cpp 25 TEST(logcat, sorted_order) {
29 "logcat -v time -b radio -b events -b system -b main -d 2>/dev/null",
  /prebuilts/devtools/tools/lib/
ddmuilib.jar 
ddmlib.jar 
  /build/target/product/
embedded.mk 62 logcat \
  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/i18n/
messages.properties 50 DeviceView_Unable_Create_HPROF_For_Application=Unable to create HPROF file for application '%1$s'.\n\n%2$s Check logcat for more information.
73 LogCatPreferencePage_MaxMessages=Maximum number of logcat messages to buffer:
76 LogCatPreferencePage_AutoMonitorLogcat=Monitor logcat for messages from applications in workspace
77 LogCatPreferencePage_SessionFilterLogLevel=Show logcat view if message priority is atleast:
  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/
LogCatMonitor.java 22 import com.android.ddmlib.logcat.LogCatMessage;
23 import com.android.ddmuilib.logcat.ILogCatBufferChangeListener;
24 import com.android.ddmuilib.logcat.LogCatReceiver;
25 import com.android.ddmuilib.logcat.LogCatReceiverFactory;
46 * LogCatMonitor helps in monitoring the logcat output from a set of devices.
47 * It scans through the received logcat messages, and activates the logcat view
51 public static final String AUTO_MONITOR_PREFKEY = "ddms.logcat.automonitor"; //$NON-NLS-1$
52 public static final String AUTO_MONITOR_LOGLEVEL = "ddms.logcat.auotmonitor.level"; //$NON-NLS-1$
53 private static final String AUTO_MONITOR_PROMPT_SHOWN = "ddms.logcat.automonitor.userprompt"; //$NON-NLS-1
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/preferences/
LogCatColorsPage.java 19 import com.android.ddmuilib.logcat.LogCatPanel;
LogCatPreferencePage.java 20 import com.android.ddmuilib.logcat.LogCatMessageList;
21 import com.android.ddmuilib.logcat.LogCatPanel;
42 * Preference Pane for LogCat.
  /system/extras/tests/ext4/
android_emmc_perf_tests.sh 166 # Get the current number of FSTRIM complete lines in thh logcat
167 ORIGCNT=`adb shell logcat -d | grep -c "Finished fstrim work"`
177 NEWCNT=`adb shell logcat -d |grep -c "Finished fstrim work"`
187 NEWCNT=`adb shell logcat -d |grep -c "Finished fstrim work"`
  /device/generic/qemu/
qemu_base.mk 58 logcat \
  /external/qemu/android/
main.c 166 * for logcat or 'shell'
906 if (!opts->logcat || opts->logcat[0] == 0) {
907 opts->logcat = getenv("ANDROID_LOG_TAGS");
908 if (opts->logcat && opts->logcat[0] == 0)
909 opts->logcat = NULL;
917 /* XXXX: TODO: implement -shell and -logcat through qemud instead */
928 if (opts->shell || opts->logcat) {
    [all...]
cmdline-options.h 108 OPT_PARAM( logcat, "<tags>", "enable logcat output with given tags" )
  /external/chromium_org/tools/telemetry/telemetry/core/backends/chrome/
android_browser_backend.py 287 self._adb.device().RunShellCommand('logcat -c')
411 return '\n'.join(self._adb.device().RunShellCommand('logcat -d -t 500'))
416 # Get the last lines of logcat (large enough to contain stacktrace)
417 logcat = self.GetStandardOutput()
418 ret = Decorate('Logcat', logcat)
421 # Try to symbolize logcat.
427 ret += Decorate('Stack from Logcat', p.communicate(input=logcat)[0])
  /cts/apps/CameraITS/pymodules/its/
device.py 102 ItsSession.ADB.split() + ["logcat"],
104 logcat = proc.stdout
106 line = logcat.readline().strip()
  /prebuilts/gradle-plugin/com/android/tools/ddms/ddmlib/22.2.0/
ddmlib-22.2.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/ddms/ddmlib/22.4.0/
ddmlib-22.4.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/ddms/ddmlib/22.4.2/
ddmlib-22.4.2.jar 

Completed in 1691 milliseconds

1 2