summaryrefslogtreecommitdiff
path: root/libs/binder/TextOutput.cpp
Commit message (Collapse)AuthorAgeFilesLines
* libbinder : Use logging from liblogPawan Wagh2022-09-281-5/+3
| | | | | | | | | | TextOutput based logs are causing direct leaks while fuzzing service manager. Modifying logs to use liblog based logging functions. BUG: 240388906 Test: m SANITIZE_HOST=address servicemanager_fuzzer && out/host/linux-x86/fuzz/x86_64/servicemanager_fuzzer/servicemanager_fuzzer Change-Id: I3721051bc92df86c80dce9ed2e9dcac20cafef84
* libbinder: hide Debug.h headerSteven Moreland2021-03-061-1/+1
| | | | | | | | | | | | | 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
* Remove extraneous semicolon.Steven Moreland2019-09-271-1/+1
| | | | | | | Bug: N/A Test: build w/o -Wno-c++98-compat-extra-semi Merged-In: I632d6df9a03485e547a6e7f14df0f1c068066c1e Change-Id: I632d6df9a03485e547a6e7f14df0f1c068066c1e
* Fix log function for potential overflowWei Wang2016-10-191-99/+2
| | | | | | | | | On LP64 system, unsigned long can be 64bit Also clean out unused static variables. Test: flash on ARM64 device Bug: 32181382 Change-Id: I44b7ea8a6588c475a3979d7bddeb08da7f54c27a
* Fix output of pointers for 64bit devices.Michael Lentine2014-10-311-2/+2
| | | | Change-Id: I279c1cf8d4c126b98f4a92ca807ade3749d01ff0
* Bring back overloading to print String8/16.Jeff Sharkey2013-05-301-0/+15
| | | | Change-Id: Iecab20db2b8574d5f1e6fdefdc2c8d4ce6c37121
* libutils clean-upMathias Agopian2013-05-071-0/+154
Change-Id: I6ff4cfc736751de2912c697f954e45e275f2d386