Couldn't get framebuffer attachment
- Dominant language
- Go
- Stars
- 2.2k
- Forks
- 329
- PR merge metrics
- No merged PRs in 30d
Description
I was able to capture trace for OpenGL ES for Nexus 5 device on a Mac. Draw calls for the frames are captured correctly but framebuffer images are not showing.
Majority of error messages are like this:
```
Couldn't get framebuffer attachment
Cause: failed to connect to device
Cause: dial tcp [::1]:63844: connect: connection refused
```
And I am also getting a few messages like this as well:
```
Couldn't get framebuffer attachment
Cause: Could not read framebuffer data (expected length 8294400 bytes): io: read/write closed on pipe
```
I also tried to capture traces for the app on Pixel and Samsung S9+ devices and I am getting similar error messages across the board.
Contributor guide
Assessment
This issue has not been assessed yet.