Improve RS documentation.

bug 8570568
Change-Id: I465fcc8ec3e2cc892dc3cb0067aacf5224338102
This commit is contained in:
Tim Murray
2013-04-09 11:01:01 -07:00
parent aafed1df04
commit c11e25c4e6
53 changed files with 518 additions and 503 deletions

View File

@@ -276,7 +276,7 @@ public class Program extends BaseObj {
try {
mShader = new String(str, 0, strLength, "UTF-8");
} catch (UnsupportedEncodingException e) {
Log.e("Renderscript shader creation", "Could not decode shader string");
Log.e("RenderScript shader creation", "Could not decode shader string");
}
return this;