Skip to content

Latest commit

 

History

History
46 lines (32 loc) · 911 Bytes

README.md

File metadata and controls

46 lines (32 loc) · 911 Bytes

Timber log Viewer

Features

  • Logs filtering
  • Floating window

Usage

  1. add dependency to your project
debugImplementation("io.github.devapro:timber-viewer:0.1.1")
releaseImplementation("io.github.devapro:timber-viewer-no-op:0.1.1")
  1. Add Timber log tree
Timber.plant(TimberViewerTree())
  1. Start Timber log viewer in first activity
startLogViewer(activity)

TODO

  • store settings in SP
  • add ability open window with predefined parameters
  • add ability to copy logs by clicking on specific item