aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Timin <altimin@google.com>2023-05-15 15:51:27 +0000
committerAlexander Timin <altimin@google.com>2023-05-15 15:51:34 +0000
commit914db0529ff743662456446dc08a72961515f658 (patch)
tree016a1c858167853b5c6f56466ffd7437af49f165
parent32cc56a5744cfe92af134ccfa085e84f4c540cdf (diff)
downloadperfetto-914db0529ff743662456446dc08a72961515f658.tar.gz
Add an explicit instruction to enable chrome flag for system Perfetto integration 
Change-Id: I890d42cff356df2b54c1ecd8d495f85beeba1cb1
-rw-r--r--docs/quickstart/chrome-tracing.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/quickstart/chrome-tracing.md b/docs/quickstart/chrome-tracing.md
index 4e1717226..6786b4dd7 100644
--- a/docs/quickstart/chrome-tracing.md
+++ b/docs/quickstart/chrome-tracing.md
@@ -4,6 +4,8 @@ Perfetto can capture traces right from the Chrome browser on desktop. It capture
> To record traces from Chrome on Android, follow the [instructions for recording Android system traces](/docs/quickstart/android-tracing.md) and enable the Chrome probe.
+>> If you are using [user build of Android](https://source.android.com/docs/setup/build/building#lunch), you'll have to enable integration with system Perfetto by switching chrome://flags#enable-perfetto-system-tracing to "Enabled" and restarting Chrome.
+
## Recording a trace
1. Navigate to [ui.perfetto.dev](https://ui.perfetto.dev/) and select **"Record new trace"** from the left menu.