FileDocCategorySizeDatePackage
Config.javaAPI DocAndroid 1.5 API1393Wed May 06 22:41:56 BST 2009android.util

Config

public final class Config extends Object
Build configuration. The constants in this class vary depending on release vs. debug build. This is the configuration for release builds. {@more}

Fields Summary
public static final boolean
RELEASE
Is this a release build?
public static final boolean
DEBUG
Is this a debug build?
public static final boolean
PROFILE
Is profiling enabled?
public static final boolean
LOGV
Are VERBOSE log messages enabled?
public static final boolean
LOGD
Are DEBUG log messages enabled?
Constructors Summary
Methods Summary