summaryrefslogtreecommitdiffstats
path: root/liblog/tests
Commit message (Collapse)AuthorAgeFilesLines
* Merge "Remove makefile cruft."Dan Albert2014-09-121-4/+1
|\
| * Remove makefile cruft.Dan Albert2014-09-121-4/+1
| | | | | | | | | | | | Don't manually include stlport, and don't use private bionic headers. Change-Id: I0fc4e8b34ab449e9ef07c26f71e472fca5640590
* | Add -std=gnu++11 to test cflagsDmitriy Ivanov2014-09-121-1/+2
|/ | | | Change-Id: Ife92cea10021658eba6e22a7ebc9e31f3d194a25
* Fix typo: ifndef -> ifneqDmitriy Ivanov2014-08-251-1/+1
| | | | Change-Id: Id71c70b6fcd2659078a19cc652fd02807372f3a0
* liblog: test: Send bionc's fatal logging to the crash logMark Salyzyn2014-06-031-2/+2
| | | | | Bug: 14159417 Change-Id: Ia2e29ce03d4e2b02919c62be091da37ce4082647
* Address additional warnings found by GCC 4.9.Ben Cheng2014-05-201-1/+1
| | | | Change-Id: I8aae6c3e1ccc2294f4db455e1b4f3b4c34a00aaf
* liblog: set -WerrorMark Salyzyn2014-05-072-3/+3
| | | | | | | - Deal with some -Wunused issues - Cleanup UNUSED to __unused transition Change-Id: Icd33808d4c974625f4fd0a126a90a2b4c90c8314
* Remove unused LOCAL_LDLIBS.Ying Wang2014-05-071-1/+0
| | | | Change-Id: I42aeb7668183e7a06207ee063f6eee4d37d66c6e
* liblog: logcat: Move library print test into gTestMark Salyzyn2014-05-021-0/+70
| | | | Change-Id: Icd33808d4c974625f4fd0a126a90a2b4c90c8315
* liblog: test bionic libc_logging.cppMark Salyzyn2014-04-252-3/+153
| | | | Change-Id: Ia778c43513a28c85ae54e96926ee9ed56717d527
* logd: liblog: ALOG silently drops excessively long messagesMark Salyzyn2014-04-241-0/+57
| | | | | Bug: 14280914 Change-Id: Idddd29784625094e54144953c29f64692a88eee9
* Fix signed vs unsigned comparison.Ben Cheng2014-04-111-1/+1
| | | | Change-Id: I4011607858f3a82acc04509c9f795f960496ed69
* 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