com.crashnote.core.report

Reporter

class Reporter [C <: CrashConfig] extends UncaughtExceptionHandler with Lifecycle with IConfigChangeListener[C]

Linear Supertypes
IConfigChangeListener[C], Lifecycle, UncaughtExceptionHandler, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. Reporter
  2. IConfigChangeListener
  3. Lifecycle
  4. UncaughtExceptionHandler
  5. AnyRef
  6. Any
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Reporter (config: C)

Value Members

  1. def != (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  2. def != (arg0: Any): Boolean

    Attributes
    final
    Definition Classes
    Any
  3. def ## (): Int

    Attributes
    final
    Definition Classes
    AnyRef → Any
  4. def == (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  5. def == (arg0: Any): Boolean

    Attributes
    final
    Definition Classes
    Any
  6. def asInstanceOf [T0] : T0

    Attributes
    final
    Definition Classes
    Any
  7. def callUncaughtExceptionToDefaultHandler (t: Thread, th: Throwable): Unit

    Attributes
    final
  8. def clear (): Reporter[C]

  9. def clone (): AnyRef

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  10. def createProcessor (config: C): Processor[C]

    Attributes
    protected[report]
  11. def createSessionStore (config: C): ILogSession

    Attributes
    protected[report]
  12. def endSession (): Unit

  13. def eq (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  14. def equals (arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  15. def finalize (): Unit

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  16. def flushSession (): Unit

  17. def getClass (): java.lang.Class[_]

    Attributes
    final
    Definition Classes
    AnyRef → Any
  18. def getLogger (): LogLog

  19. def getProcessor (): Processor[C]

  20. def getSession (): ILogSession

  21. def hashCode (): Int

    Definition Classes
    AnyRef → Any
  22. def isAutoFlush (): Boolean

    Attributes
    protected[report]
  23. def isEnabled (): Boolean

  24. def isInstanceOf [T0] : Boolean

    Attributes
    final
    Definition Classes
    Any
  25. def isOperable (): Boolean

    Attributes
    protected[report] final
  26. def isSessionEmpty (): Boolean

  27. def isStarted (): Boolean

  28. def ne (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  29. def notify (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
  30. def notifyAll (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
  31. def put (key: String, val: Any): Reporter[C]

  32. def registerAsDefaultExcpHandler (): Unit

  33. def remove (key: String): Reporter[C]

  34. def reportLog (evt: com.crashnote.core.model.log.LogEvt[_]): Unit

  35. def start (): Boolean

    Definition Classes
    ReporterLifecycle
  36. def startSession (): Unit

  37. def stop (): Boolean

    Definition Classes
    ReporterLifecycle
  38. def synchronized [T0] (arg0: ⇒ T0): T0

    Attributes
    final
    Definition Classes
    AnyRef
  39. def toString (): String

    Definition Classes
    AnyRef → Any
  40. def uncaughtException (t: Thread, th: Throwable): Unit

    Definition Classes
    Reporter → UncaughtExceptionHandler
  41. def unregisterAsDefaultExcpHandler (): Unit

  42. def updateConfig (config: C): Unit

    Definition Classes
    ReporterIConfigChangeListener
  43. def wait (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()
  44. def wait (arg0: Long, arg1: Int): Unit

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()
  45. def wait (arg0: Long): Unit

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from IConfigChangeListener[C]

Inherited from Lifecycle

Inherited from UncaughtExceptionHandler

Inherited from AnyRef

Inherited from Any