0

There is no documentation for Systrace api here. Why using the Systrace API? A little example case will be more appreciated. Thanks !!!

Stack Overflow
  • 1
  • 5
  • 23
  • 51

1 Answers1

0

To write events to the systrace log. Which is a debugging tool. See https://developer.android.com/studio/command-line/systrace for more info.

Gabe Sechan
  • 90,003
  • 9
  • 87
  • 127
  • So, how to implement it? Can you please do a little example? – Stack Overflow Dec 08 '18 at 06:56
  • You wouldn't unless you really are looking at low level ui or network timing issues. It's something the people wiring react native night use, but it's probably not something anyone wiring on to of it ever will – Gabe Sechan Dec 08 '18 at 07:04