0

I'm noticing some errors in LogCat relating to a RenderScript script I am running.

The script seems to work OK, but I'm curious as to what these errors might mean.

E/Adreno-RS﹕ <rsdQueryGlobals:1173>: ERROR: Invalid attribute 20 specified for global: inputFrame
W/Adreno-RS﹕ <rsdVendorScriptInitQCOM:842>: ERROR: rsdQueryGlobals returned -30

Thanks!

SharkAlley
  • 11,399
  • 5
  • 51
  • 42

1 Answers1

4

Those are harmless logspam from Qualcomm's Adreno driver. You can ignore them.

Stephen Hines
  • 2,612
  • 1
  • 13
  • 12