Tanat Boozayaangool
Tanat Boozayaangool
Hi, sorry for the late response -- thanks for filing this! The trace looks like an issue we've resolved recently -- please let me know if you're still running into...
The UI crash in this [comment](https://github.com/google/agi/issues/1025#issuecomment-1091269067) has been fixed. The EOF from this [comment](https://github.com/google/agi/issues/1025#issue-1121010537) might be caused by the specific game -- would need more information to debug/triage
Hello, thanks for filing this issue! This part of the validation process can be non-deterministic. Please retry while making sure that, the screen remains unlocked and the sample application remains...
Looking through the logcat it looks like there's an issue with getting counter values from the driver as everything is set to 0 in the perfetto trace. Are you by...
It looks like there was a breaking change in the driver recently (not sure if it was included in the May 17 update or the one before that). Unfortunately, reverting...
Apologies for the delay, here's a workaround to get around issues with getting GPU counters on Adreno GPUs: ``` adb shell "echo 1 > /sys/class/kgsl/kgsl-3d0/perfcounter" ``` It's worth noting that...
I see, I've verified that `/sys/class/kgsl/kgsl-3d0/perfcounter` does not require root access on pixel devices, will try to contact folks on Samsung to try to resolve this, but cannot comment on...
Hi @JakeDaynes have you tried this with the latest dev release https://github.com/google/agi-dev-releases/releases/tag/v3.1.0-dev-20220830 and just to confirm, are you able to run `adb shell "echo 1 > /sys/class/kgsl/kgsl-3d0/perfcounter"` or is the...
Thanks for the clarification -- just wanted to make sure because I couldn't get a hold of an ASUS device to repro. I'm working with the rest of the team...
@JakeDaynes Could you provide your trace file (the `*.perfetto` file that is linked in the trace dialog) for me to double-check as well? Would like to avoid case in which...