summaryrefslogtreecommitdiff
path: root/libs/binder/tests/binderTextOutputTest.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Binder file moduleTomasz Wasilczyk2023-11-201-1/+2
| | | | | | Test: mma Bug: 302723053 Change-Id: Ie27f8a36ab56069c928079da8a0cf3d8bfb49813
* libbinder: hide Debug.h headerSteven Moreland2021-03-061-1/+0
| | | | | | | | | | | | | This is all an implementation detail for TextOutput which we want to delete anyway. Since I'm working on binder sockets (and I don't want to expand the usage of alog), I might add some other functions here, which I don't want to expose from libbinder. Bug: 148676615 Bug: 167966510 Test: N/A Change-Id: Id5677c9ac195dac046becc5d36b02bbdd1f7c339
* Update for modified CapturedStderr.Christopher Ferris2018-09-041-17/+10
| | | | | | | Also fix off by one error exposed by changing the test. Test: Built and ran unit tests. Change-Id: Id983b8301fe33c21bfe1db1e67ef00681f852557
* TextOutput log improvementWei Wang2016-10-221-0/+176
Add unit tests for log functions Add support of std::endl Add back support of char Add back support of bool Add back support of String16 Fix a build warning on union initialization Test: run /data/nativetest(64)/binderTextOutputTest Bug: 32181382 Change-Id: I4030b142beacc5dcd88a10904710fd6e19f7240c