Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
utils.UnexpectedCrash Class Reference
Inheritance diagram for utils.UnexpectedCrash:

Public Member Functions

 __init__ (self, test, pid, *binaries)
 
 __str__ (self)
 

Public Attributes

 test
 
 pid
 
 binaries
 

Detailed Description

Definition at line 543 of file utils.py.

Constructor & Destructor Documentation

◆ __init__()

utils.UnexpectedCrash.__init__ (   self,
  test,
  pid,
binaries 
)

Definition at line 545 of file utils.py.

545 def __init__(self, test, pid, *binaries):
546 self.test = test
547 self.pid = pid
548 self.binaries = binaries
549

Member Function Documentation

◆ __str__()

utils.UnexpectedCrash.__str__ (   self)

Definition at line 550 of file utils.py.

550 def __str__(self):
551 return 'Crash({}: {} {})'.format(self.test, self.pid,
552 ', '.join(self.binaries))
553
554
uint32_t uint32_t * format

Member Data Documentation

◆ binaries

utils.UnexpectedCrash.binaries

Definition at line 548 of file utils.py.

◆ pid

utils.UnexpectedCrash.pid

Definition at line 547 of file utils.py.

◆ test

utils.UnexpectedCrash.test

Definition at line 546 of file utils.py.


The documentation for this class was generated from the following file: