Package 

Class ThreadDumpParser

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private final List<SentryThread> threads
    • Constructor Summary

      Constructors 
      Constructor Description
      ThreadDumpParser(SentryOptions options, boolean isBackground)
    • Method Summary

      Modifier and Type Method Description
      List<SentryThread> getThreads()
      void parse(@NotNull() Lines lines)
      • Methods inherited from class java.lang.Object

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

      • ThreadDumpParser

        ThreadDumpParser(SentryOptions options, boolean isBackground)