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
I followed every step and tryed to trace a remote android device.
when i save the snapshot and load it in wtf I can't see the webgl tab