Skip to content
This repository has been archived by the owner on Dec 29, 2022. It is now read-only.

tracking a remote device do not report webgl tracing even if webgl is enabled #596

Open
JenGL opened this issue Mar 31, 2017 · 0 comments
Open

Comments

@JenGL
Copy link

JenGL commented Mar 31, 2017

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant