Package 

Class ThreadData


  • 
    public class ThreadData
    
                        

    Generate information about application threads

    • Constructor Summary

      Constructors 
      Constructor Description
      ThreadData(List<BacktraceStackFrame> exceptionStack) Create instance of ThreadData class to collect information about used threads
    • Method Summary

      Modifier and Type Method Description
      String getMainThread() Get main thread id
      • Methods inherited from class java.lang.Object

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

      • ThreadData

        ThreadData(List<BacktraceStackFrame> exceptionStack)
        Create instance of ThreadData class to collect information about used threads
        Parameters:
        exceptionStack - current BacktraceReport exception stack