
public class Counters extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
countOOM
out of memory errors
|
static int |
fileCacheHit |
static int |
fileCacheMiss |
static int |
fileCacheOOM |
static int |
fileCacheSaveErrors |
(package private) static String |
TAG |
static int |
tileDownloadErrors |
| Constructor and Description |
|---|
Counters() |
| Modifier and Type | Method and Description |
|---|---|
static int |
get(String pTag) |
static void |
increment(String pTag) |
static void |
printToLogcat() |
static void |
reset() |
static void |
reset(String pTag) |
static final String TAG
public static int countOOM
public static int tileDownloadErrors
public static int fileCacheSaveErrors
public static int fileCacheMiss
public static int fileCacheOOM
public static int fileCacheHit