object 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. |
|
class TimberModule : DebugDrawerModule
This module is designed to be used in conjunction with LumberYard; it displays a button that pops a dialog showing Timber logs when clicked. |