Das Problem zurückzuführen sein kann, sich systrace. Ich hatte ein ähnliches Problem und ich aktualisierte meine Systrace nach https://code.google.com/p/android/issues/detail?id=57135.
können Sie versuchen, wieder nach systrace Aktualisierung:
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
Manchmal auch der Browser das Problem sein kann.
http://stackoverflow.com/questions/36865899/react-native-android-systrace-html-is-blank-in-ubuntu-14-04/ – fadden