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