From 708dec6ce6bd5b4bdfbb776fa2a542483abb161c Mon Sep 17 00:00:00 2001 From: Taeyoung Kim Date: Mon, 4 Apr 2016 14:26:59 +0900 Subject: [PATCH] crash: add macro for crash dump path - The path can be changed according to the policy of the product Change-Id: I28d13feb614926faab48a0580c9ad8c963a441d2 Signed-off-by: Taeyoung Kim --- tizen-platform.meta | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tizen-platform.meta b/tizen-platform.meta index d3a421e..8f316a0 100644 --- a/tizen-platform.meta +++ b/tizen-platform.meta @@ -38,6 +38,9 @@ TZ_SYS_ADMIN_GROUP=system # which user to use when applications start request are sent by system daemons TZ_SYS_DEFAULT_USER=owner +# The default directory to store coredumps and logdumps when a crash is occurred +TZ_SYS_CRASH=/opt/share/crash/dump + ############# Core & Framework dirs ############# # Tizen 3 (single user): -- 2.7.4