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

1 2

  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/logcat/
ILogCatMessageSelectionListener.java 16 package com.android.ddmuilib.logcat;
19 * Classes interested in listening to user selection of logcat
ILogCatMessageEventListener.java 17 package com.android.ddmuilib.logcat;
25 /** Called on reception of logcat messages.
LogColors.java 17 package com.android.ddmuilib.logcat;
LogCatFilterContentProvider.java 16 package com.android.ddmuilib.logcat;
24 * A JFace content provider for logcat filter list, used in {@link LogCatPanel}.
LogCatMessageContentProvider.java 17 package com.android.ddmuilib.logcat;
23 * A JFace content provider for the LogCat log messages, used in the {@link LogCatPanel}.
LogCatViewerFilter.java 16 package com.android.ddmuilib.logcat;
22 * A JFace {@link ViewerFilter} for the {@link LogCatPanel} displaying logcat messages.
29 * Construct a {@link ViewerFilter} filtering logcat messages based on
LogCatFilterLabelProvider.java 16 package com.android.ddmuilib.logcat;
23 * A JFace label provider for the LogCat filters. It expects elements of type
LogCatStackTraceParser.java 16 package com.android.ddmuilib.logcat;
LogCatMessage.java 17 package com.android.ddmuilib.logcat;
22 * Model a single log message output from {@code logcat -v long}.
23 * A logcat message has a {@link LogLevel}, the pid (process id) of the process
LogCatMessageList.java 17 package com.android.ddmuilib.logcat;
29 "logcat.messagelist.max.size";
LogCatMessageParser.java 17 package com.android.ddmuilib.logcat;
27 * Class to parse raw output of {@code adb logcat -v long} to {@link LogCatMessage} objects.
38 * 'logcat -v long'. The first line represents the date, tag, severity, etc.. while the
57 * logcat messages.
58 * @param lines list of raw strings obtained from logcat -v long
LogCatReceiverFactory.java 16 package com.android.ddmuilib.logcat;
53 }, "Remove logcat receiver for " + device.getSerialNumber());
68 * Remove existing logcat receivers. This method should not be called from a DDMS thread
LogCatMessageLabelProvider.java 17 package com.android.ddmuilib.logcat;
28 * A JFace Column label provider for the LogCat log messages. It expects elements of type
53 * Construct a column label provider for the logcat table.
124 * Obtain the tool tip to show for a particular logcat message.
  /system/core/logcat/
Android.mk 6 LOCAL_SRC_FILES:= logcat.cpp event.logtags
10 LOCAL_MODULE:= logcat
  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/views/
LogCatView.java 18 import com.android.ddmuilib.logcat.ILogCatMessageSelectionListener;
19 import com.android.ddmuilib.logcat.LogCatMessage;
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...]
  /sdk/ddms/libs/ddmuilib/tests/src/com/android/ddmuilib/logcat/
LogCatMessageParserTest.java 16 package com.android.ddmuilib.logcat;
LogCatStackTraceParserTest.java 16 package com.android.ddmuilib.logcat;
LogCatFilterSettingsSerializerTest.java 16 package com.android.ddmuilib.logcat;
  /frameworks/base/core/tests/overlaytests/
runtests.sh 37 $adb wait-for-device logcat -c
38 $adb wait-for-device logcat | grep -m 1 -e 'PowerManagerService.*bootCompleted' >/dev/null
  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/
LogCatMonitor.java 22 import com.android.ddmuilib.logcat.ILogCatMessageEventListener;
23 import com.android.ddmuilib.logcat.LogCatMessage;
24 import com.android.ddmuilib.logcat.LogCatReceiver;
25 import com.android.ddmuilib.logcat.LogCatReceiverFactory;
43 * LogCatMonitor helps in monitoring the logcat output from a set of devices.
44 * It scans through the received logcat messages, and activates the logcat view
48 public static final String AUTO_MONITOR_PREFKEY = "ddms.logcat.automonitor";
129 // significant enough to be seen by the user. If so, activate the logcat view
  /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=Display logcat view when there are messages from an application in the workspace
  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/preferences/
LogCatPreferencePage.java 19 import com.android.ddmuilib.logcat.LogCatMessageList;
20 import com.android.ddmuilib.logcat.LogCatPanel;
38 * Preference Pane for LogCat.
  /external/qemu/android/
main.c 167 * for logcat or 'shell'
859 if (!opts->logcat || opts->logcat[0] == 0) {
860 opts->logcat = getenv("ANDROID_LOG_TAGS");
861 if (opts->logcat && opts->logcat[0] == 0)
862 opts->logcat = NULL;
870 /* XXXX: TODO: implement -shell and -logcat through qemud instead */
881 if (opts->shell || opts->logcat) {
992 if (opts->shell || opts->logcat) {
    [all...]
cmdline-options.h 103 OPT_PARAM( logcat, "<tags>", "enable logcat output with given tags" )

Completed in 548 milliseconds

1 2