This repository was archived by the owner on Dec 29, 2022. It is now read-only.

Description
I followed every step and tryed to trace a remote android device.
<script src="http://google.github.io/tracing-framework/bin/wtf_trace_web_js_compiled.js"></script>
<script>
wtf.remote.connect({
'wtf.remote.target': 'ws://localhost:8084'
});
wtf.trace.start({
'wtf.trace.provider.webgl': true,
'wtf.trace.provider.webgl.recordAtStartup': true,
'wtf.trace.provider.webgl.replayable': true,
'wtf.trace.provider.webgl.embedRemoteImages': false
});
</script>
when i save the snapshot and load it in wtf I can't see the webgl tab