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:
parent
1374ff6745
commit
1d60bb9d46
|
|
@ -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());
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue