summaryrefslogtreecommitdiff
path: root/libs/binder/TextOutput.cpp
AgeCommit message (Collapse)Author
2022-09-28libbinder : Use logging from liblog Pawan Wagh
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
2021-03-06libbinder: hide Debug.h header Steven Moreland
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
2019-09-27Remove extraneous semicolon. Steven Moreland
Bug: N/A Test: build w/o -Wno-c++98-compat-extra-semi Merged-In: I632d6df9a03485e547a6e7f14df0f1c068066c1e Change-Id: I632d6df9a03485e547a6e7f14df0f1c068066c1e
2016-10-19Fix log function for potential overflow Wei Wang
On LP64 system, unsigned long can be 64bit Also clean out unused static variables. Test: flash on ARM64 device Bug: 32181382 Change-Id: I44b7ea8a6588c475a3979d7bddeb08da7f54c27a
2014-10-31Fix output of pointers for 64bit devices. Michael Lentine
Change-Id: I279c1cf8d4c126b98f4a92ca807ade3749d01ff0
2013-05-30Bring back overloading to print String8/16. Jeff Sharkey
Change-Id: Iecab20db2b8574d5f1e6fdefdc2c8d4ce6c37121
2013-05-07libutils clean-up Mathias Agopian
Change-Id: I6ff4cfc736751de2912c697f954e45e275f2d386