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/
LogCatPreferencePage.java 23 import com.android.ide.eclipse.ddms.LogCatMonitor;
91 mAutoMonitorLogcat = new BooleanFieldEditor(LogCatMonitor.AUTO_MONITOR_PREFKEY,
PreferenceInitializer.java 20 import com.android.ide.eclipse.ddms.LogCatMonitor;
118 store.setDefault(LogCatMonitor.AUTO_MONITOR_PREFKEY, true);
  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/
LogCatMonitor.java 43 * LogCatMonitor helps in monitoring the logcat output from a set of devices.
47 public class LogCatMonitor {
54 public LogCatMonitor(IDebuggerConnector[] debuggerConnectors, IPreferenceStore prefStore) {
DdmsPlugin.java 811 private LogCatMonitor mLogCatMonitor;
814 mLogCatMonitor = new LogCatMonitor(getDebuggerConnectors(), getPreferenceStore());

Completed in 42 milliseconds