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

Commit d80727e0 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:...

Merge "libbinder: document not to use TextOutput" am: ad222537 am: d867d575 am: fedf5d91 am: 58c1391d am: 851923bc

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

Change-Id: I336ab2ded002df4f1de9c9f5645f3fcf0583b2c8
parents 58e1eae2 851923bc
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;