From f12e8f81bde2ae7be7bb7a944ae6c98f0dbbcf5d Mon Sep 17 00:00:00 2001 From: Elliott Hughes Date: Wed, 28 Mar 2018 14:57:58 -0700 Subject: [PATCH] Remove unused dalvik.vm.stack-trace-dir. Bug: http://b/73140330 Test: boots Change-Id: I6145b7af8224165546b1fbdb95b4d2ac2c1f0997 --- core/main.mk | 4 ---- 1 file changed, 4 deletions(-) diff --git a/core/main.mk b/core/main.mk index da88613d7c..1a422bfc7a 100644 --- a/core/main.mk +++ b/core/main.mk @@ -346,10 +346,6 @@ BUILD_WITHOUT_PV := true 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-dir=/data/anr - # ------------------------------------------------------------ # Define a function that, given a list of module tags, returns # non-empty if that module should be installed in /system.