commit | 2f77a7b3871799908b54ab56a8ed2663989f753f | [log] [tgz] |
---|---|---|
author | Tom Cherry <tomcherry@google.com> | Tue Jan 15 15:19:43 2019 -0800 |
committer | Tom Cherry <tomcherry@google.com> | Wed Jan 16 10:37:14 2019 -0800 |
tree | a135dc6ff621a213784ffe5a3c1bdc55987432e6 | |
parent | a98f91b2bdd6d77252135486de489f139461449d [diff] |
Remove liblog's rate limiting After a few years of being available, there only ended up being one user of this, so it is clear that logd's duplicate message mechanism is the favored solution. The one user of this rate limiting is questionable as is, since due to the nature of storaged, the mainloop only runs once per minute by default as is, so there is essentially nothing to be gained by rate limiting any further. Test: build Change-Id: I0610d11efda1ce8b581b939bad11ff295cb2daa6