====After running Trace->Replay====
[[File:qapitrace-after-replay.png]]
===Troubleshooting Replay===
If the Trace-Replay doesn't work, then you may be missing some libraries. Try to run:
<pre>
eglretrace egl.trace
</pre>
I found that libEGL.so.1 was missing and was able to install it using
<pre>
sudo apt-get install mesa-utils-extra
</pre>