summaryrefslogtreecommitdiffstats
path: root/liblog/tests
Commit message (Collapse)AuthorAgeFilesLines
* liblog: test for LOGGER_ENTRY_MAX_PAYLOAD complianceMark Salyzyn2014-03-261-23/+259
| | | | | | | | | - Add max_payload test - Add dual_reader test - Switch to EXPECT from ASSERT to increase test coverage Bug: 13514601 Change-Id: I0e1c273e0ec430c0461e424731dbf166f2a3ce1b
* logd: liblog: 64-bit issuesMark Salyzyn2014-03-052-2/+2
| | | | | | | | | - structure packing - move towards log_time from struct timespec - extend log_time to cover differences between log_time and struct timespec Change-Id: I106ed0b609917306d170044054b5b32645f2a295
* system/core LP64 cleanup.Elliott Hughes2014-02-052-6/+9
| | | | | | | Fixes -Wint-to-pointer and -Wpointer-to-int warnings, plus various -Wformat warnings. Change-Id: I6c5eea6b4273d82d28b8e5d2925f3e5457511b17
* liblog: Add cpu utilization testMark Salyzyn2014-01-271-0/+156
| | | | | | | | | | | - followup to measure CPU utilization in liblog to ensure this issue gets caught before a regression passes into the labs. Threshold for failure is 1%. (cherry picked from commit edadb2e7196040dd476e86581dc1c8e26449c00d) BUG: 12457855 Change-Id: I40568a72aeef2f554b19ad55f3dd3c02bc023f24
* liblog: Add liblog test suiteMark Salyzyn2014-01-275-0/+900
(cherry picked from commit 8d1fdb509305e93eb46d45a6dcd34bedd6dc0742) Change-Id: Ia457d518b4e7ff37e840336ff0c48583709700d4