Fix property log not showing and do not force quicken (#573)

* fix property log not showing

* do  not force quicken
This commit is contained in:
EBK21 2020-07-05 12:56:53 +08:00 committed by GitHub
parent 1374ff6745
commit 1d60bb9d46
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -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());
}
}

View File

@ -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
#dalvik.vm.image-dex2oat-flags=--inline-max-code-units=0 --compiler-filter=speed