android.util
Class Config

java.lang.Object
  extended by android.util.Config

public final class Config
extends java.lang.Object


Field Summary
static boolean DEBUG
           
static boolean LOGD
           
static boolean LOGV
           
static boolean PROFILE
           
static boolean RELEASE
           
 
Constructor Summary
Config()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEBUG

public static final boolean DEBUG

RELEASE

public static final boolean RELEASE

PROFILE

public static final boolean PROFILE
See Also:
Constant Field Values

LOGV

public static final boolean LOGV
See Also:
Constant Field Values

LOGD

public static final boolean LOGD
See Also:
Constant Field Values
Constructor Detail

Config

public Config()


Copyright © 2008-2010. All Rights Reserved.