- setConfig(LynxConfig) - Method in class com.github.pedrovgs.lynx.model.Lynx
-
Indicates a custom LynxConfig object.
- setFilter(String) - Method in class com.github.pedrovgs.lynx.LynxConfig
-
- setFilterTraceLevel(TraceLevel) - Method in class com.github.pedrovgs.lynx.LynxConfig
-
- setListener(Logcat.Listener) - Method in class com.github.pedrovgs.lynx.model.Logcat
-
Configures a listener to be notified with new traces read from the application logcat.
- setLynxConfig(LynxConfig) - Method in class com.github.pedrovgs.lynx.LynxView
-
Given a valid LynxConfig object update all the dependencies to apply this new configuration.
- setLynxConfig(LynxConfig) - Method in class com.github.pedrovgs.lynx.presenter.LynxPresenter
-
Updates and applies a new lynx configuration based on the LynxConfig object passed as
parameter.
- setMaxNumberOfTracesToShow(int) - Method in class com.github.pedrovgs.lynx.LynxConfig
-
- setSamplingRate(int) - Method in class com.github.pedrovgs.lynx.LynxConfig
-
- setTextSizeInPx(float) - Method in class com.github.pedrovgs.lynx.LynxConfig
-
- shareTraces(String) - Method in class com.github.pedrovgs.lynx.LynxView
-
Uses an intent to share content and given one String with all the information related to the
List of traces shares this information with other applications.
- shareTraces(String) - Method in interface com.github.pedrovgs.lynx.presenter.LynxPresenter.View
-
- showTraces(List<Trace>, int) - Method in class com.github.pedrovgs.lynx.LynxView
-
Given a List<Trace> updates the ListView adapter with this information and keeps the
scroll position if needed.
- showTraces(List<Trace>, int) - Method in interface com.github.pedrovgs.lynx.presenter.LynxPresenter.View
-
- startReading() - Method in class com.github.pedrovgs.lynx.model.Lynx
-
Configures a Logcat.Listener and initialize Logcat dependency to read traces from the OS log.
- stopReading() - Method in class com.github.pedrovgs.lynx.model.Logcat
-
Stops reading from the application logcat and notifying listeners.
- stopReading() - Method in class com.github.pedrovgs.lynx.model.Lynx
-
Stops Logcat dependency to stop receiving logcat traces.