Loading libs/binder/include/binder/TextOutput.h +6 −0 Original line number Diff line number Diff line Loading @@ -50,12 +50,18 @@ public: // --------------------------------------------------------------------------- // DO NOT USE: prefer libutils/libbase logs, which don't require static data to // be allocated. // Text output stream for printing to the log (via utils/Log.h). extern TextOutput& alog; // DO NOT USE: prefer libutils/libbase logs, which don't require static data to // be allocated. // Text output stream for printing to stdout. extern TextOutput& aout; // DO NOT USE: prefer libutils/libbase logs, which don't require static data to // be allocated. // Text output stream for printing to stderr. extern TextOutput& aerr; Loading Loading
libs/binder/include/binder/TextOutput.h +6 −0 Original line number Diff line number Diff line Loading @@ -50,12 +50,18 @@ public: // --------------------------------------------------------------------------- // DO NOT USE: prefer libutils/libbase logs, which don't require static data to // be allocated. // Text output stream for printing to the log (via utils/Log.h). extern TextOutput& alog; // DO NOT USE: prefer libutils/libbase logs, which don't require static data to // be allocated. // Text output stream for printing to stdout. extern TextOutput& aout; // DO NOT USE: prefer libutils/libbase logs, which don't require static data to // be allocated. // Text output stream for printing to stderr. extern TextOutput& aerr; Loading