Flags/values regarding current debug state of the app

Hierarchy

  • DebugState

Properties

debugOutputEnabled: boolean

Flag indicating whether Timber/Lumberjack are currently configured to post events to the attached debugger console.

When enabled, native logs will show in logcat/xcode.

Can be changed by calling setDebugOutputEnabled() on this plugin.

debuggerAttached: boolean

Flag indicating whether we are attached to a developer console of some sort.

Generated using TypeDoc