commit | ab9f0cd759c59c4bacf3ebaf82368dccbfd3be3c | [log] [tgz] |
---|---|---|
author | Christopher Ferris <cferris@google.com> | Wed Sep 01 13:36:03 2021 -0700 |
committer | Christopher Ferris <cferris@google.com> | Wed Sep 01 13:36:03 2021 -0700 |
tree | cc5ac4c8bb1ab380e4ab91445fedc1dd4063e0c5 | |
parent | 055abbb4d6c7fac54a28f4fc1193ba44ed49ae50 [diff] |
Remove double check of fd value. The output.text.fd value is only ever -1 when there is a failure. There is no need to check both < 0 or -1, so only check for -1. Test: Unit tests pass. Test: Verified the message is seen on intercept and not on Test: regular crashes. Change-Id: I1eddcd5d2342b268ceb261b246c98b10cee85bb4