am a06f5fa6: Merge "Fix the initialization of some profile properties"
* commit 'a06f5fa6563f7fc08b7bb2305f61bf649add0b5a': Fix the initialization of some profile properties
This commit is contained in:
@@ -488,8 +488,8 @@ int AndroidRuntime::startVm(JavaVM** pJavaVM, JNIEnv** pEnv)
|
||||
char profile_duration[sizeof("-Xprofile-duration:") + PROPERTY_VALUE_MAX];
|
||||
char profile_interval[sizeof("-Xprofile-interval:") + PROPERTY_VALUE_MAX];
|
||||
char profile_backoff[sizeof("-Xprofile-backoff:") + PROPERTY_VALUE_MAX];
|
||||
char profile_top_k_threshold[sizeof("-Xprofile-top-k-threshold") + PROPERTY_VALUE_MAX];
|
||||
char profile_top_k_change_threshold[sizeof("-Xprofile-top-k-change-threshold") + PROPERTY_VALUE_MAX];
|
||||
char profile_top_k_threshold[sizeof("-Xprofile-top-k-threshold:") + PROPERTY_VALUE_MAX];
|
||||
char profile_top_k_change_threshold[sizeof("-Xprofile-top-k-change-threshold:") + PROPERTY_VALUE_MAX];
|
||||
char langOption[sizeof("-Duser.language=") + 3];
|
||||
char regionOption[sizeof("-Duser.region=") + 3];
|
||||
char lockProfThresholdBuf[sizeof("-Xlockprofthreshold:") + sizeof(propBuf)];
|
||||
|
||||
Reference in New Issue
Block a user