Update AndroidUIPerformance.md

This commit is contained in:
Andy Street 2015-11-10 19:46:30 +00:00
parent b907f40957
commit eb645ab82f
1 changed files with 1 additions and 1 deletions

View File

@ -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