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

Commit 58c1391d authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "libbinder: document not to use TextOutput" am: ad222537 am: d867d575 am: fedf5d91

Original change: https://android-review.googlesource.com/c/platform/frameworks/native/+/1362677

Change-Id: If5f034c543623364da160934e165449194c9f5b6
parents d4b76147 fedf5d91
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;