commit | 8a21bdfba0deecc0df0f845b95e608a98ef4f739 | [log] [tgz] |
---|---|---|
author | Tom Cherry <tomcherry@google.com> | Thu Aug 06 14:49:51 2020 -0700 |
committer | Tom Cherry <tomcherry@google.com> | Fri Aug 07 09:48:16 2020 -0700 |
tree | d441442967c458dc28b40e102f9755ace02d81a9 | |
parent | 9da7ade0ce6cda2b5f916d1587508816312b293b [diff] |
logd: consolidate command handling and fix an error check Consolidate command handling for commands that take a buffer ID as their first argument. Further use ParseUint instead of atoi(), since atoi("bad string") returns `0` is the same as LOG_ID_MAIN. Test: these commands are handled property Test: `echo -n 'getLogSize ignoreme!\0' | nc -U /dev/socket/logd` returns an error Change-Id: I3e84a6157e16f4c110681da453e1ae1a920da7c4