aboutsummaryrefslogtreecommitdiff
path: root/examples/sdk/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'examples/sdk/README.md')
-rw-r--r--examples/sdk/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/sdk/README.md b/examples/sdk/README.md
index 3b8295f05..aa881715a 100644
--- a/examples/sdk/README.md
+++ b/examples/sdk/README.md
@@ -15,7 +15,7 @@ Dependencies:
First, check out the latest Perfetto release:
```bash
-git clone https://android.googlesource.com/platform/external/perfetto -b v14.0
+git clone https://android.googlesource.com/platform/external/perfetto -b v23.0
```
Then, build using CMake:
@@ -98,7 +98,7 @@ information such as CPU frequencies and kernel scheduler information.
> Tip: You can generate a new trace config with additional data sources using
> the [Perfetto UI](https://ui.perfetto.dev/#!/record) and replace
> `system_wide_trace_cfg.pbtxt` with the [generated config](
-> https://ui.perfetto.dev/#!/record?p=instructions).
+> https://ui.perfetto.dev/#!/record/instructions).
## Custom data source example