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.java859 private LogCatMonitor mLogCatMonitor; field in DdmsPlugin
861 if (mLogCatMonitor == null) { in startLogCatMonitor()
862 mLogCatMonitor = new LogCatMonitor(getDebuggerConnectors(), getPreferenceStore()); in startLogCatMonitor()
865 mLogCatMonitor.monitorDevice(device); in startLogCatMonitor()