public class DebugFlags
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static int |
getFlag(int id)
Returns the value for a given flag; 0 if the flag has never been created/set
|
static void |
setFlag(int id,
int v)
Creates/sets a debug flag
|
public static void setFlag(int id, int v)
id
- the flag identifierv
- the value of the flagpublic static int getFlag(int id)
id
- the flag identifier