From eb645ab82fbb3ff01dc80424086d63148719b5b7 Mon Sep 17 00:00:00 2001 From: Andy Street Date: Tue, 10 Nov 2015 19:46:30 +0000 Subject: [PATCH] Update AndroidUIPerformance.md --- docs/AndroidUIPerformance.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/AndroidUIPerformance.md b/docs/AndroidUIPerformance.md index 77ed6a3336e..927ba2131b6 100644 --- a/docs/AndroidUIPerformance.md +++ b/docs/AndroidUIPerformance.md @@ -23,7 +23,7 @@ Systrace is a standard Android marker-based profiling tool (and is installed whe > NOTE: > -> Systrace support was added in react-native `v0.14.1`. You will need to build with that version to collect a trace. +> Systrace support was added in react-native `v0.15`. You will need to build with that version to collect a trace. First, connect a device that exhibits the stuttering you want to investigate to your computer via USB and get it to the point right before the navigation/animation you want to profile. Run systrace as follows