Merge "Remove extraneous logging." into jb-mr2-dev
This commit is contained in:
@ -1100,7 +1100,7 @@ public class RenderScript {
|
||||
} catch(InterruptedException e) {
|
||||
}
|
||||
}
|
||||
Log.d(LOG_TAG, "MessageThread exiting.");
|
||||
//Log.d(LOG_TAG, "MessageThread exiting.");
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -106,7 +106,7 @@ public class ScriptC extends Script {
|
||||
mCachePath = f.getAbsolutePath();
|
||||
f.mkdirs();
|
||||
}
|
||||
Log.v(TAG, "Create script for resource = " + resName);
|
||||
// Log.v(TAG, "Create script for resource = " + resName);
|
||||
return rs.nScriptCCreate(resName, mCachePath, pgm, pgmLength);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user