Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e7ac28a6 authored by Steven Moreland's avatar Steven Moreland
Browse files

libbinder: document not to use TextOutput

Removing these completely is infeasible/not worth it for now, but we can
at least hint that they shouldn't be used so that those who look into
the file won't think it should be used.

Bug: 148676615
Test: N/A
Change-Id: Icd69c932b290d6df6de199bbc94f2024445edf33
parent 6c03e13d
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -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;