Home
last modified time | relevance | path

Searched refs:mLogCatMonitor (Results 1 – 1 of 1) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/
DDdmsPlugin.java863 private LogCatMonitor mLogCatMonitor; field in DdmsPlugin
865 if (mLogCatMonitor == null) { in startLogCatMonitor()
866 mLogCatMonitor = new LogCatMonitor(getDebuggerConnectors(), getPreferenceStore()); in startLogCatMonitor()
869 mLogCatMonitor.monitorDevice(device); in startLogCatMonitor()