main.mk: Set dalvik.vm.stack-trace-dir
... instead of dalvik.vm.stack-trace-file. Turns on the new stack dumping scheme. Each dump is now output to a separate file. Bug: 32064548 Test: Manual, unit tests included in other components. Change-Id: I762b09148786e8533fd285d5bae0121ed46dfbe0
This commit is contained in:
parent
87c354d0b1
commit
fbba7fe063
|
@ -313,7 +313,7 @@ ADDITIONAL_BUILD_PROPERTIES += net.bt.name=Android
|
|||
|
||||
# Sets the location that the runtime dumps stack traces to when signalled
|
||||
# with SIGQUIT. Stack trace dumping is turned on for all android builds.
|
||||
ADDITIONAL_BUILD_PROPERTIES += dalvik.vm.stack-trace-file=/data/anr/traces.txt
|
||||
ADDITIONAL_BUILD_PROPERTIES += dalvik.vm.stack-trace-dir=/data/anr
|
||||
|
||||
# ------------------------------------------------------------
|
||||
# Define a function that, given a list of module tags, returns
|
||||
|
|
Loading…
Reference in New Issue