google / mobly

E2E test framework for tests with complex environment requirements.
https://github.com/google/mobly
Apache License 2.0
623 stars 174 forks source link

Add termination signal type to record. #837

Closed xpconanfan closed 2 years ago

xpconanfan commented 2 years ago

So this information can be parsed more easily. Without this field, the parsers would need to use regex magic or make assumptions of the trace's format to get this info.


This change is Reviewable