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

  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/preferences/
PreferenceInitializer.java 23 import com.android.ide.eclipse.ddms.LogCatMonitor;
134 store.setDefault(LogCatMonitor.AUTO_MONITOR_PREFKEY, true);
135 store.setDefault(LogCatMonitor.AUTO_MONITOR_LOGLEVEL, LogLevel.VERBOSE.getStringValue());
LogCatPreferencePage.java 24 import com.android.ide.eclipse.ddms.LogCatMonitor;
111 mAutoMonitorLogcat = new BooleanFieldEditor(LogCatMonitor.AUTO_MONITOR_PREFKEY,
116 mAutoMonitorLogcatLevel = new ComboFieldEditor(LogCatMonitor.AUTO_MONITOR_LOGLEVEL,
128 getPreferenceStore().getBoolean(LogCatMonitor.AUTO_MONITOR_PREFKEY),
  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/
LogCatMonitor.java 46 * LogCatMonitor helps in monitoring the logcat output from a set of devices.
50 public class LogCatMonitor {
67 public LogCatMonitor(IDebuggerConnector[] debuggerConnectors, IPreferenceStore prefStore) {
DdmsPlugin.java     [all...]

Completed in 134 milliseconds