HomeSort by relevance Sort by last modified time
    Searched refs:logcat (Results 1 - 25 of 42) 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
ILogCatBufferChangeListener.java 17 package com.android.ddmuilib.logcat;
22 * Listeners interested in changes in the logcat buffer should implement this interface.
26 * Called when the logcat buffer changes.
27 * @param addedMessages list of messages that were added to the logcat buffer
28 * @param deletedMessages list of messages that were removed from the logcat buffer
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}.
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;
31 "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
LogCatPidToNameMapper.java 16 package com.android.ddmuilib.logcat;
  /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;
RollingBufferFindTest.java 17 package com.android.ddmuilib.logcat;
  /frameworks/base/core/tests/overlaytests/
runtests.sh 36 $adb wait-for-device logcat -c
37 $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/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.ddmuilib.logcat.ILogCatBufferChangeListener;
23 import com.android.ddmuilib.logcat.LogCatMessage;
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;
  /build/target/product/
base.mk 121 logcat \
  /external/qemu/android/
main.c 167 * for logcat or 'shell'
874 if (!opts->logcat || opts->logcat[0] == 0) {
875 opts->logcat = getenv("ANDROID_LOG_TAGS");
876 if (opts->logcat && opts->logcat[0] == 0)
877 opts->logcat = NULL;
885 /* XXXX: TODO: implement -shell and -logcat through qemud instead */
896 if (opts->shell || opts->logcat) {
1007 if (opts->shell || opts->logcat) {
    [all...]
cmdline-options.h 104 OPT_PARAM( logcat, "<tags>", "enable logcat output with given tags" )

Completed in 2072 milliseconds

1 2