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

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

Update stale comment for dalvik.vm.stack-trace-file.

Test: make
Change-Id: Ia14494b146f58937aed203271be340747817519b
parent eddf74ca
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -453,8 +453,8 @@ BUILD_WITHOUT_PV := true

ADDITIONAL_BUILD_PROPERTIES += net.bt.name=Android

# enable vm tracing in files for now to help track
# the cause of ANRs in the content process
# 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

# ------------------------------------------------------------