Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit fbba7fe0 authored by Narayan Kamath's avatar Narayan Kamath
Browse files

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
parent 87c354d0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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