Skip to content
This repository was archived by the owner on Dec 29, 2022. It is now read-only.
This repository was 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

@JenGL

Description

@JenGL

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions