Lynx is an Android library created to show a custom view with all the information Android logcat is printing, different traces of different levels will be rendererd to show from log messages to your application exceptions. You can filter this traces, share your logcat to other apps, configure the max number of traces to show or the sampling rate used by the library.
To be able to keep a trace in the screen even if you have more traces than the max configured in LynxConfig we should implement a play pause button to be able to stop painting new traces when LynxView is stopped.
To be able to keep a trace in the screen even if you have more traces than the max configured in LynxConfig we should implement a play pause button to be able to stop painting new traces when LynxView is stopped.