Android
android.util
public final class

android.util.Config

java.lang.Object
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

            Config()
Methods inherited from class java.lang.Object

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

public Config()

Copyright 2007 Google Inc. Build 0.9_r1-98467 - 14 Aug 2008 18:56