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

  /system/core/logcat/
Android.mk 6 LOCAL_SRC_FILES:= logcat.cpp event.logtags
10 LOCAL_MODULE:= logcat
logcat.cpp 292 perror("logcat read");
581 /* this is a *hidden* option used to start a version of logcat */
582 /* in an emulated device only. it basically looks for androidboot.logcat= */
586 #define KERNEL_OPTION "androidboot.logcat="
590 char* logcat; local
605 logcat = strstr( cmdline, KERNEL_OPTION );
607 if (logcat != NULL) {
608 char* p = logcat + sizeof(KERNEL_OPTION)-1;;
634 fprintf(stderr, "logcat using %s (%d)\n", devname, len);
694 fprintf (stderr, "Invalid filter expression in -logcat option\n")
    [all...]
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/logcat/
LogColors.java 17 package com.android.ddmuilib.logcat;
LogFilter.java 17 package com.android.ddmuilib.logcat;
22 import com.android.ddmuilib.logcat.LogPanel.LogMessage;
34 /** logcat output filter class */
429 // log the error and keep going. Content of the logcat table maybe unexpected
EditFilterDialog.java 17 package com.android.ddmuilib.logcat;
LogPanel.java 17 package com.android.ddmuilib.logcat;
96 * 'logcat -v long'. The first line represents the date, tag, severity, etc.. while the
135 * Circular buffer containing the logcat output. This is unfiltered.
164 /** Device currently running logcat */
212 * specifically a logcat command in this case
474 * Starts a new logcat and set mCurrentLogCat as the current receiver.
475 * @param device the device to connect logcat to.
482 // if we have a logcat already running
494 // start the logcat in a different thread
495 new Thread("Logcat") { //$NON-NLS-1
    [all...]
  /external/dbus/dbus/
Android.mk 1 # Set to true to write libdbus logs to logcat instead of stderr
  /external/qemu/android/
cmdline-options.h 96 OPT_PARAM( logcat, "<tags>", "enable logcat output with given tags" )
main.c     [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/views/
LogCatView.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;
75 DdmsPlugin.PLUGIN_ID + ".logcat.time"; // $NON-NLS-1$
77 DdmsPlugin.PLUGIN_ID + ".logcat.level"; // $NON-NLS-1$
79 DdmsPlugin.PLUGIN_ID + ".logcat.pid"; // $NON-NLS-1$
81 DdmsPlugin.PLUGIN_ID + ".logcat.tag"; // $NON-NLS-1$
83 DdmsPlugin.PLUGIN_ID + ".logcat.message"; // $NON-NLS-1$
86 DdmsPlugin.PLUGIN_ID + ".logcat.filters"; // $NON-NLS-1
    [all...]
  /bootable/diskinstaller/
config.mk 17 logcat \
  /build/core/
user_tags.mk 357 logcat \
  /sdk/ddms/app/src/com/android/ddms/
UIThread.java 49 import com.android.ddmuilib.logcat.LogColors;
50 import com.android.ddmuilib.logcat.LogFilter;
51 import com.android.ddmuilib.logcat.LogPanel;
52 import com.android.ddmuilib.logcat.LogPanel.ILogFilterStorageManager;
143 "logcat.time"; //$NON-NLS-1$
145 "logcat.level"; //$NON-NLS-1$
147 "logcat.pid"; //$NON-NLS-1$
149 "logcat.tag"; //$NON-NLS-1$
151 "logcat.message"; //$NON-NLS-1$
153 private static final String PREFS_FILTERS = "logcat.filter"; //$NON-NLS-1
    [all...]
  /system/core/adb/
commandline.c 119 " adb logcat [ <filter-spec> ] - View device log\n"
178 " ANDROID_LOG_TAGS - When used with the logcat option, only these debug tags are printed.\n"
508 static int logcat(transport_type transport, char* serial, int argc, char **argv) function
519 "shell:export ANDROID_LOG_TAGS=\"\%s\" ; exec logcat",
1063 if(!strcmp(argv[0],"logcat") || !strcmp(argv[0],"lolcat")) {
1064 return logcat(ttype, serial, argc, argv);
    [all...]
  /frameworks/base/services/java/com/android/server/am/
ActivityManagerService.java     [all...]

Completed in 616 milliseconds