Revert "Disable New CallStack Generation" 59/94459/2
authorSunmin Lee <sunm.lee@samsung.com>
Mon, 31 Oct 2016 04:36:25 +0000 (13:36 +0900)
committerSunmin Lee <sunm.lee@samsung.com>
Mon, 31 Oct 2016 04:36:25 +0000 (13:36 +0900)
Enable crash-stack's call stack generation

This reverts commit be6568a9bba0254ecb01b7cb4f9d52f07098a917.

Change-Id: Idaa0bef2862440b67833bec237cadf8793a369f0

src/crash-manager/crash-manager.sh.in

index 5d9bcce..965a149 100644 (file)
@@ -50,10 +50,10 @@ then
   then
     mv "$sysassert_cs_path" "$pfx/"
   fi
-#  @CRASH_STACK_PATH@ --pid "$pid" > "$tmp_callstack_path"
+  @CRASH_STACK_PATH@ --pid "$pid" > "$tmp_callstack_path"
   @CRASH_PIPE_PATH@ --save-core "$core_path" --report "$@" > "$info_path"
-#  cat "$tmp_callstack_path" >> "$info_path"
-#  rm "$tmp_callstack_path"
+  cat "$tmp_callstack_path" >> "$info_path"
+  rm "$tmp_callstack_path"
 else
   @CRASH_PIPE_PATH@ --report "$@" > "$info_path"
   @CRASH_STACK_PATH@ --pid "$pid" >> "$info_path"