0

I play with systrace follow the official guide

I can't select frame, the error in console shows like this.

enter image description here

I think it is a chrome compatible issues

Gohan
  • 2,422
  • 2
  • 26
  • 45
  • http://stackoverflow.com/questions/36865899/react-native-android-systrace-html-is-blank-in-ubuntu-14-04/ – fadden Nov 24 '16 at 01:48

1 Answers1

1

The problem may be due to systrace itself. I had a similar problem and I updated my systrace according to https://code.google.com/p/android/issues/detail?id=57135.

You can try again after updating systrace:

cd $ANDROID_HOME/platform-tools
git clone https://android.googlesource.com/platform/external/chromium-trace/
mv systrace old-systrace
ln -s chromium-trace/catapult/systrace/systrace/ systrace
cd systrace
python update_systrace_trace_viewer.py

Sometimes the browser may also be the issue.