Package io.objectbox
Class DebugFlags
- java.lang.Object
-
- io.objectbox.DebugFlags
-
@Deprecated public final class DebugFlags extends java.lang.ObjectDeprecated.DebugFlags moved to config package: useDebugFlagsinstead.Debug flags typically enable additional "debug logging" that can be helpful to better understand what is going on internally. These are intended for the development process only; typically one does not enable them for releases.
-
-
Field Summary
Fields Modifier and Type Field Description static intLOG_ASYNC_QUEUEDeprecated.static intLOG_CACHE_ALLDeprecated.static intLOG_CACHE_HITSDeprecated.static intLOG_EXCEPTION_STACK_TRACEDeprecated.For a limited number of error conditions, this will try to print stack traces.static intLOG_QUERIESDeprecated.static intLOG_QUERY_PARAMETERSDeprecated.static intLOG_TRANSACTIONS_READDeprecated.static intLOG_TRANSACTIONS_WRITEDeprecated.static intLOG_TREEDeprecated.static intRUN_THREADING_SELF_TESTDeprecated.Run a quick self-test to verify basic threading; somewhat paranoia to check the platform and the library setup.
-
Constructor Summary
Constructors Modifier Constructor Description privateDebugFlags()Deprecated.
-
-
-
Field Detail
-
LOG_TRANSACTIONS_READ
public static final int LOG_TRANSACTIONS_READ
Deprecated.- See Also:
- Constant Field Values
-
LOG_TRANSACTIONS_WRITE
public static final int LOG_TRANSACTIONS_WRITE
Deprecated.- See Also:
- Constant Field Values
-
LOG_QUERIES
public static final int LOG_QUERIES
Deprecated.- See Also:
- Constant Field Values
-
LOG_QUERY_PARAMETERS
public static final int LOG_QUERY_PARAMETERS
Deprecated.- See Also:
- Constant Field Values
-
LOG_ASYNC_QUEUE
public static final int LOG_ASYNC_QUEUE
Deprecated.- See Also:
- Constant Field Values
-
LOG_CACHE_HITS
public static final int LOG_CACHE_HITS
Deprecated.- See Also:
- Constant Field Values
-
LOG_CACHE_ALL
public static final int LOG_CACHE_ALL
Deprecated.- See Also:
- Constant Field Values
-
LOG_TREE
public static final int LOG_TREE
Deprecated.- See Also:
- Constant Field Values
-
LOG_EXCEPTION_STACK_TRACE
public static final int LOG_EXCEPTION_STACK_TRACE
Deprecated.For a limited number of error conditions, this will try to print stack traces. Note: this is Linux-only, experimental, and has several limitations: The usefulness of these stack traces depends on several factors and might not be helpful at all.- See Also:
- Constant Field Values
-
RUN_THREADING_SELF_TEST
public static final int RUN_THREADING_SELF_TEST
Deprecated.Run a quick self-test to verify basic threading; somewhat paranoia to check the platform and the library setup.- See Also:
- Constant Field Values
-
-