commit | f1ad3d83a9e859c6e887d42ccaf0416a219a9f2d | [log] [tgz] |
---|---|---|
author | Tom Cherry <tomcherry@google.com> | Mon May 18 08:58:50 2020 -0700 |
committer | Tom Cherry <tomcherry@google.com> | Mon May 18 15:40:26 2020 -0700 |
tree | 2368a408de47ae96ffba4a23dce970b63fe7f386 | |
parent | 599938982bd5d100c7a55a8569e92c18a678d4a2 [diff] |
liblog: remove unused log_time functions, inline the others One of the reasons that logcat and logd statically include liblog is to access the symbols in log_time.cpp, which we do not expose otherwise. Except for strptime(), which will be handled in a separate CL, these symbols are either small enough to inline in the header or unused and can be removed. Test: logging unit tests Change-Id: I1f8cfbb779aef79fc7d5b6d0050438fe5f0e0e2c