Log non-fatal RS errors.

Change-Id: I3e58b89453af8955ba9df825ec143e793890f44a
This commit is contained in:
Jason Sams
2013-02-05 15:05:39 -08:00
parent d36aa68ea2
commit a4b7bc9786

View File

@@ -947,6 +947,7 @@ public class RenderScript {
mRS.mErrorCallback.mErrorNum = subID;
mRS.mErrorCallback.run();
} else {
android.util.Log.e(LOG_TAG, "non fatal RS error, " + e);
// Do not throw here. In these cases, we do not have
// a fatal error.
}