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

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

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

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

Change-Id: Iedd9665fe4cb17c595e2b1c93af3eb795bbf1be6
parents 0feb5cc4 ad222537
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;