diff --git a/edxp-core/src/main/cpp/main/src/riru_hook.cpp b/edxp-core/src/main/cpp/main/src/riru_hook.cpp index eda5fccd..7282ee12 100644 --- a/edxp-core/src/main/cpp/main/src/riru_hook.cpp +++ b/edxp-core/src/main/cpp/main/src/riru_hook.cpp @@ -46,10 +46,10 @@ namespace edxp { strcat(value,kPropValueCompilerFlagsWS); } } + } if(strstr(value,kPropValueCompilerFlags) != NULL) LOGI("system_property_get: %s -> %s", key, value); } - } @@ -100,9 +100,9 @@ namespace edxp { res.append(kPropValueCompilerFlagsWS); } } + } if(strstr(res.c_str(),kPropValueCompilerFlags) != NULL) LOGI("android::base::GetProperty: %s -> %s", key.c_str(), res.c_str()); - } } diff --git a/edxp-core/template_override/system.prop b/edxp-core/template_override/system.prop index f6dd1a88..e7264828 100644 --- a/edxp-core/template_override/system.prop +++ b/edxp-core/template_override/system.prop @@ -1,3 +1,3 @@ -dalvik.vm.dex2oat-filter=quicken +#dalvik.vm.dex2oat-filter=quicken dalvik.vm.dex2oat-flags=--inline-max-code-units=0 -#dalvik.vm.image-dex2oat-flags=--inline-max-code-units=0 --compiler-filter=speed \ No newline at end of file +#dalvik.vm.image-dex2oat-flags=--inline-max-code-units=0 --compiler-filter=speed