History log of /system/core/libutils/Printer.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
d21cfab2446f07945b822641681e6b59c839158d 10-Mar-2017 Steven Moreland <smoreland@google.com> Add missing includes.

Includes are transitively imported by <string> in String8.h + String16.h
but that include is being removed.

Test: pass
Change-Id: Ide5c011b40b4a4f031dd26ead08b5c8d5d299693
/system/core/libutils/Printer.cpp
22dbf3947fedf988e714a4703ddf85fc41413f90 01-Mar-2017 Mathias Agopian <mathias@google.com> clean-up libutils includes

moved Foo.h as first include of Foo.cpp, and
removed redundant includes.

Made NativeHandle non virtual.


Test: run & compile
Bug: n/a

Change-Id: I37fa746cd42c9ba23aba181f84cb6c619386406a
/system/core/libutils/Printer.cpp
34a4f0b8c75e2c5a347e04454423cf55c5406075 05-Oct-2016 Elliott Hughes <enh@google.com> Test for _WIN32 in instead of USE_MINGW.

Bug: http://b/23392815
Test: builds
Change-Id: I7fce8de1f0e2314170cce456cd49346dcee9d134
/system/core/libutils/Printer.cpp
dcc98da018ce7639b0dea3eb9df464031093bfbd 22-May-2014 Elliott Hughes <enh@google.com> Move libutils from fdprintf to POSIX dprintf.

Bug: 11156955
Change-Id: I70a75c07744d9897d76b180e4940b8717297c53f
/system/core/libutils/Printer.cpp
038ac694b36de2b081e62fcfb9b5f4a8c918c533 01-Nov-2013 Christopher Ferris <cferris@google.com> Move CallStack to libbacktrace.

Fix a small bug in the Printer for strings that didn't properly
prepend the prefix.

(cherry picked from commit 9b0e074c6d38143e01616404a08b0c7aa992f3c3)

Change-Id: I78bfa3f76864c34f33fb439bf20dfc85616f1077
/system/core/libutils/Printer.cpp
e65b7ea8801145626504c724c28aedd0e5038a28 31-Oct-2013 Igor Murashkin <iam@google.com> utils: Fix broken sdk build on windows

Bug: 11324229
Change-Id: Ia50e79b5e2430faea77b0c98902e8e018fb9ceff
/system/core/libutils/Printer.cpp
ec79ef2e7b6b1d81266637ca0e002b5c0c5a789b 25-Oct-2013 Igor Murashkin <iam@google.com> utils: Add ProcessCallStack to collect stack traces for all threads in a process

- Also add a Printer class (print lines to logcat, fd, or strings)

Bug: 11324229
Change-Id: I78435ed49aa196a0efb45bf9b2d58b62c41737d3
/system/core/libutils/Printer.cpp