Class DebugFlags


  • public final class DebugFlags
    extends java.lang.Object
    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 Detail

      • LOG_EXCEPTION_STACK_TRACE

        public static final int LOG_EXCEPTION_STACK_TRACE
        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
        Run a quick self-test to verify basic threading; somewhat paranoia to check the platform and the library setup.
        See Also:
        Constant Field Values