Loading graphics/java/android/renderscript/RenderScript.java +1 −1 Original line number Diff line number Diff line Loading @@ -837,7 +837,7 @@ public class RenderScript { mRS.mErrorCallback.mErrorNum = subID; mRS.mErrorCallback.run(); } else { //throw new RSRuntimeException("Received error num " + subID + ", details: " + e); throw new RSRuntimeException("Received error num " + subID + ", details: " + e); } continue; } Loading libs/rs/rsScriptC.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -322,7 +322,7 @@ RsScript rsi_ScriptCCreate(Context *rsc, if (!s->runCompiler(rsc, resName, cacheDir, (uint8_t *)text, text_length)) { // Error during compile, destroy s and return null. delete s; ObjectBase::checkDelete(s); return NULL; } Loading Loading
graphics/java/android/renderscript/RenderScript.java +1 −1 Original line number Diff line number Diff line Loading @@ -837,7 +837,7 @@ public class RenderScript { mRS.mErrorCallback.mErrorNum = subID; mRS.mErrorCallback.run(); } else { //throw new RSRuntimeException("Received error num " + subID + ", details: " + e); throw new RSRuntimeException("Received error num " + subID + ", details: " + e); } continue; } Loading
libs/rs/rsScriptC.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -322,7 +322,7 @@ RsScript rsi_ScriptCCreate(Context *rsc, if (!s->runCompiler(rsc, resName, cacheDir, (uint8_t *)text, text_length)) { // Error during compile, destroy s and return null. delete s; ObjectBase::checkDelete(s); return NULL; } Loading