public class

Config

extends Object
java.lang.Object
   ↳ greendroid.util.Config

Class Overview

Information about the current GreenDroid build.

Summary

Constants
boolean GD_ERROR_LOGS_ENABLED Indicates whether error logs are enabled.
boolean GD_INFO_LOGS_ENABLED Indicates whether info logs are enabled.
boolean GD_WARNING_LOGS_ENABLED Indicates whether warning logs are enabled
[Expand]
Inherited Methods
From class java.lang.Object

Constants

public static final boolean GD_ERROR_LOGS_ENABLED

Indicates whether error logs are enabled. Error logs are usually always enabled, even in production releases.

Constant Value: false

public static final boolean GD_INFO_LOGS_ENABLED

Indicates whether info logs are enabled. This should be true only when developing/debugging an application/the library

Constant Value: false

public static final boolean GD_WARNING_LOGS_ENABLED

Indicates whether warning logs are enabled

Constant Value: false