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

Commit 4a6cce84 authored by Shai Barack's avatar Shai Barack
Browse files

Update setMessageLogging doc to note performance impact

While looking at heap profiles I noticed that some production apps
were setting message logging.

Flag: EXEMPT javadoc
Bug: 420047321
Change-Id: I61e97eafc69b60e64fbef65dfebeeb9a386b2e55
parent e5145845
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -468,6 +468,9 @@ public final class Looper {
     * at the beginning and ending of each message dispatch, identifying the
     * target Handler and message contents.
     *
     * Message logging introduces a performance penalty, and is disabled by
     * default.
     *
     * @param printer A Printer object that will receive log messages, or
     * null to disable message logging.
     */