commit | bd80e5678f4538368d79ace72396e06de49abe56 | [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 | 705dd1e7c4bcb054ce1fbc446f8b9d43f4f75b10 | |
parent | 0314dbaecfea4f95d4703d606434e35ac7393c37 [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