temporary disable native code injection
This commit is contained in:
parent
9469afbe38
commit
fd1fa411d9
|
@ -151,7 +151,7 @@ public class SnappyLoader
|
||||||
return api;
|
return api;
|
||||||
|
|
||||||
boolean useNativeCodeInjection = !Boolean.parseBoolean(System.getProperty(KEY_SNAPPY_DISABLE_NATIVE_INJECTION,
|
boolean useNativeCodeInjection = !Boolean.parseBoolean(System.getProperty(KEY_SNAPPY_DISABLE_NATIVE_INJECTION,
|
||||||
"false"));
|
"true"));
|
||||||
|
|
||||||
if (useNativeCodeInjection) {
|
if (useNativeCodeInjection) {
|
||||||
try {
|
try {
|
||||||
|
|
Loading…
Reference in New Issue