All Types

au.com.gridstone.debugdrawer.DebugDrawerTimberFileProvider

This class must exist in order to avoid conflicts with consuming applications defining their own FileProviders. See here for more information: https://commonsware.com/blog/2017/06/27/fileprovider-libraries.html

au.com.gridstone.debugdrawer.LumberYard

Keep track of Timber logs that can be displayed by TimberModule. In order for logs to be collected LumberYard.install must be called inside of Application.onCreate.

au.com.gridstone.debugdrawer.TimberModule

This module is designed to be used in conjunction with LumberYard; it displays a button that pops a dialog showing Timber logs when clicked.