Improve RS documentation.
bug 8570568 Change-Id: I465fcc8ec3e2cc892dc3cb0067aacf5224338102
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user