I followed the guide for profiling Android UI performance
I run the following cmd: / usr / local / Cellar / android -sdk / 24.4.1_1 / platform-tools / systrace / systrace.py --time = 10 -o trace.html shred gfx view -a com.navigation.
I can get trace output. But Js and Native Modules threads are not available, as described in the manual.
Here is an example of a generated trace. 
I tried to start tracing with dev = false, as described in the manual, and with dev = true, as indicated in this, but does not work
I am currently using version 0.28.0. I have not tried using systrace before in a project, so I donโt know if it ever worked.
Any ideas why this is not shown are greatly appreciated.
android profiling react-native systrace
Renรฉ madsen
source share