Schnittstelle StackTraceFlags


public interface StackTraceFlags
  • Feldübersicht

    Felder
    Modifizierer und Typ
    Feld
    Beschreibung
    static final int
    Try to retrieve as much information as possible,
    including source information when getting the
    stack trace
    static final int
    Try to retrieve the minimum information
    available, which may be none on some platforms
    (Since: 1.18)
  • Felddetails

    • NONE

      static final int NONE
      Try to retrieve the minimum information
      available, which may be none on some platforms
      (Since: 1.18)
      Siehe auch:
    • FULL

      static final int FULL
      Try to retrieve as much information as possible,
      including source information when getting the
      stack trace
      Siehe auch: