Log non-fatal RS errors.
Change-Id: I3e58b89453af8955ba9df825ec143e793890f44a
This commit is contained in:
@@ -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.
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user