am 135677a7
: For userdebug builds, enable Dalvik lock contention sampling.
Merge commit '135677a71800c27d7747b5c86712d05a74392f62' into froyo-plus-aosp * commit '135677a71800c27d7747b5c86712d05a74392f62': For userdebug builds, enable Dalvik lock contention sampling.
This commit is contained in:
@@ -196,6 +196,9 @@ ifneq (,$(user_variant))
|
|||||||
ifeq ($(user_variant),userdebug)
|
ifeq ($(user_variant),userdebug)
|
||||||
# Pick up some extra useful tools
|
# Pick up some extra useful tools
|
||||||
tags_to_install += debug
|
tags_to_install += debug
|
||||||
|
|
||||||
|
# Enable Dalvik lock contention logging for userdebug builds.
|
||||||
|
ADDITIONAL_BUILD_PROPERTIES += dalvik.vm.lockprof.threshold=500
|
||||||
else
|
else
|
||||||
# Disable debugging in plain user builds.
|
# Disable debugging in plain user builds.
|
||||||
enable_target_debugging :=
|
enable_target_debugging :=
|
||||||
|
Reference in New Issue
Block a user