You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add recommended perfetto configuration for automotive to public docs (#3035)
* Add recomended perfetto configuration for automotive to public docs
* Combine Perfetto configuration with recording over USB section
* Add link to record trace and describe configuration screenshots
Please make sure the “Atrace userspace annotations” is selected and “Record events from all Android apps and services” is enabled (it is also required to record the Mapbox trace annotations).
Produced html file can be opened in https://ui.perfetto.dev viewer.
529
+
530
+
501
531
### Recording traces using Android studio
502
532
503
533
There are several ways of capturing traces for Android which are described in [official documentation](https://developer.android.com/topic/performance/tracing). As a reference we will describe the steps of recording traces using Android Studio Profiler:
@@ -527,16 +557,6 @@ After we exported trace recording we could use [Perfetto](https://ui.perfetto.de
527
557
528
558
There are several other ways how to record traces.
0 commit comments