commit | 1173a7253becba2b548057112372c8a94d9b6a41 | [log] [tgz] |
---|---|---|
author | chrisweir <chrisweir@google.com> | Wed Feb 26 14:39:56 2020 -0800 |
committer | chrisweir <chrisweir@google.com> | Thu Feb 27 13:06:15 2020 -0800 |
tree | 502fd4a95f809aebe03fe72c98c6c5b859886d50 | |
parent | 551f597118d85c9b94ae269fb3fb885c9417db34 [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 Change-Id: Icdd8a6af8564d5de3bedd1bc934f7928eb5e66e9