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

Commit 3b09ac0c authored by TeYuan Wang's avatar TeYuan Wang Committed by Kame(TeYuan) Wang
Browse files

Add systrace tag for thermal

Bug: 218939123
Test: python systrace.py thermal -o test.html
Change-Id: Ib77f7364e9c491238116240e84cdde420a6e1a11
Ignore-AOSP-First: conflict in vendor/google_arc, need master first
parent edb02403
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -106,6 +106,9 @@ public final class Trace {
    /** @hide */
    public static final long TRACE_TAG_RRO = 1L << 26;
    /** @hide */
    public static final long TRACE_TAG_THERMAL = 1L << 27;
    /** @hide */

    public static final long TRACE_TAG_APEX_MANAGER = 1L << 18;

    private static final long TRACE_TAG_NOT_READY = 1L << 63;