temporary disable native code injection

This commit is contained in:
Taro L. Saito 2011-08-01 18:37:04 +09:00
parent 9469afbe38
commit fd1fa411d9
1 changed files with 1 additions and 1 deletions

View File

@ -151,7 +151,7 @@ public class SnappyLoader
return api;
boolean useNativeCodeInjection = !Boolean.parseBoolean(System.getProperty(KEY_SNAPPY_DISABLE_NATIVE_INJECTION,
"false"));
"true"));
if (useNativeCodeInjection) {
try {