Skip to content

Instantly share code, notes, and snippets.

@murano500k
Created November 30, 2017 13:25
Show Gist options
  • Save murano500k/dfe696188d1f09b429561adec7a3f9d3 to your computer and use it in GitHub Desktop.
Save murano500k/dfe696188d1f09b429561adec7a3f9d3 to your computer and use it in GitHub Desktop.
compile 'com.github.pedrovgs:lynx:1.1.0'
<com.github.pedrovgs.lynx.LynxView
xmlns:lynx="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent"
android:layout_height="match_parent"
lynx:filter="Lynx"
lynx:max_traces_to_show="1500"
lynx:text_size="12sp"/>
Filter to apply by default: lynx:filter="Lynx"
Max number of traces to show inside LynxView: lynx:max_traces_to_show=3000
Text size used to render traces inside LynxView: lynx:text_size="12sp
Sampling rate used to read from the application log: lynx:sampling_rate=200
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment