Package xcrash

Class Errno


  • public final class Errno
    extends java.lang.Object
    The errno code for init() method of XCrash.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int CONTEXT_IS_NULL
      The context parameter is null.
      static int INIT_LIBRARY_FAILED
      Initialize xCrash's native library failed.
      static int LOAD_LIBRARY_FAILED
      Load xCrash's native library failed.
      static int OK
      Initialization successful.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • CONTEXT_IS_NULL

        public static final int CONTEXT_IS_NULL
        The context parameter is null.
        See Also:
        Constant Field Values
      • LOAD_LIBRARY_FAILED

        public static final int LOAD_LIBRARY_FAILED
        Load xCrash's native library failed.
        See Also:
        Constant Field Values
      • INIT_LIBRARY_FAILED

        public static final int INIT_LIBRARY_FAILED
        Initialize xCrash's native library failed.
        See Also:
        Constant Field Values