commit | 96a5c571409a14b4076a5381cee87f9203e678fb | [log] [tgz] |
---|---|---|
author | Greg Kaiser <gkaiser@google.com> | Mon Mar 26 14:13:17 2018 -0700 |
committer | Greg Kaiser <gkaiser@google.com> | Mon Mar 26 14:13:17 2018 -0700 |
tree | d18259a65d592efba7d30af326cd29004a086795 | |
parent | 318fd1bec3e3567f4c47d1b85480a384adde43eb [diff] |
simpleperf: Minor code readability change In 11017687d6, we switched ApkInspector::FindOffsetInApkByName() to return bool. We were a little overly aggressive switching things to 'false', and now switch an integral comparison back to comparing against '0' instead of 'false'. This has no runtime change for the code, and is just for readability. Test: Treehugger Change-Id: I8704ff9d99d266e18aa8a3e43fce1c519902c3b0