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
# 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 #############