android.util
public
final
class
android.util.Config
Build configuration. The constants in this class vary depending
on release vs. debug build. This is the configuration for release builds.
Summary
Constants
|
|
|
Value |
|
boolean |
DEBUG |
Is this a debug build?
|
false |
boolean |
LOGD |
Are DEBUG log messages enabled?
|
true |
boolean |
LOGV |
Are VERBOSE log messages enabled?
|
false |
boolean |
PROFILE |
Is profiling enabled?
|
false |
boolean |
RELEASE |
Is this a release build?
|
true |
Public Constructors
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait
Details
Constants
public
static
final
boolean
DEBUG
Is this a debug build?
Constant Value:
false
public
static
final
boolean
LOGD
Are DEBUG log messages enabled?
Constant Value:
true
public
static
final
boolean
LOGV
Are VERBOSE log messages enabled?
Constant Value:
false
public
static
final
boolean
PROFILE
Is profiling enabled?
Constant Value:
false
public
static
final
boolean
RELEASE
Is this a release build?
Constant Value:
true
Public Constructors