commit | 75a80f6b602a3b206474dd983f27fa921897515c | [log] [tgz] |
---|---|---|
author | chrisweir <chrisweir@google.com> | Wed Feb 26 14:39:56 2020 -0800 |
committer | Chris Weir <chrisweir@google.com> | Fri Mar 27 18:04:48 2020 +0000 |
tree | 0301316b9a5e2f406f90db47d171f4ee1798365d | |
parent | 0df912df57d497cc16e58d1b55d855851723007d [diff] |
Clean up errno logs and sto* conversions I learned that we should be using PLOG to log errno strings, and we should be avoiding stoi, stol, etc... conversions and instead use the built in Android ParseInt/ParseUint functions. Bug: 150250606 Bug: 150245058 Test: Manual for CLI tools, VTS for everything else Merged-In: Icdd8a6af8564d5de3bedd1bc934f7928eb5e66e9 Change-Id: Icdd8a6af8564d5de3bedd1bc934f7928eb5e66e9 (cherry picked from commit 1173a7253becba2b548057112372c8a94d9b6a41)