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

Commit 62996c21 authored by Peter Kalauskas's avatar Peter Kalauskas
Browse files

Register sysui with perfetto SDK

Flag: ACONFIG android.os.perfetto_sdk_tracing DEVELOPMENT
Bug: 303199244
Bug: 289353932
Test: manually capture perfetto trace, inspect sysui track
Change-Id: I4d444ce36599ff18a6e48741ca50b989dbc74b58
parent 3b3ad593
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -82,6 +82,7 @@ public class SystemUIApplication extends Application implements

    public SystemUIApplication() {
        super();
        Trace.registerWithPerfetto();
        Log.v(TAG, "SystemUIApplication constructed.");
        // SysUI may be building without protolog preprocessing in some cases
        ProtoLog.REQUIRE_PROTOLOGTOOL = false;