Define Macros for all-log dump 27/95927/1 accepted/tizen/common/20161108.131653 accepted/tizen/ivi/20161109.002237 accepted/tizen/mobile/20161109.002139 accepted/tizen/tv/20161109.002158 accepted/tizen/wearable/20161109.002217 submit/tizen/20161108.022628
authorKunhoon Baik <knhoon.baik@samsung.com>
Mon, 7 Nov 2016 06:30:06 +0000 (15:30 +0900)
committerKunhoon Baik <knhoon.baik@samsung.com>
Mon, 7 Nov 2016 06:32:51 +0000 (15:32 +0900)
Tizen 3.0 will support all-log dump
All-log dump execute the dump script of each platform module.
Thus, the script path and log output directory should be defined in platform-wide view.

Change-Id: I1b476d13ad2069e1ca1e1d0207dd1f9439b01036

packaging/tizen-platform.meta

index 6a4497fa5dcdd01372d1025dc7670a37f0721dfc..5950f95264324e8f0daf304f7103f9611762d89f 100644 (file)
@@ -43,6 +43,8 @@ TZ_SYS_DEFAULT_USER=owner
 # The default directory to store coredumps and logdumps when a crash is occurred
 TZ_SYS_CRASH_ROOT=/opt/usr/share/crash
 TZ_SYS_CRASH=${TZ_SYS_CRASH_ROOT}/dump
+TZ_SYS_ALLLOGS=${TZ_SYS_CRASH_ROOT}/log
+TZ_SYS_DUMPGEN=${TZ_SYS_ETC}/dump.d
 
 ############# Core & Framework dirs #############