Package 

Class ErrorEvent.Thread


  • 
    public final class ErrorEvent.Thread
    
                        

    Description of the thread in the process when error happened.

    • Constructor Detail

      • ErrorEvent.Thread

        ErrorEvent.Thread(String name, Boolean crashed, String stack, String state)
        Parameters:
        name - Name of the thread (e.g.
        crashed - Tells if the thread crashed.
        stack - Unsymbolicated stack trace of the given thread.
        state - Platform-specific state of the thread when its state was captured (CPU registers dump for iOS, thread state enum for Android, etc.).