Disable New CallStack Generation 87/77087/1 accepted/tizen/common/20160629.222736 accepted/tizen/ivi/20160629.021600 accepted/tizen/mobile/20160629.022327 accepted/tizen/tv/20160629.021524 accepted/tizen/wearable/20160629.021628 submit/tizen/20160628.231622
authorKunhoon Baik <knhoon.baik@samsung.com>
Tue, 28 Jun 2016 12:16:29 +0000 (21:16 +0900)
committerKunhoon Baik <knhoon.baik@samsung.com>
Tue, 28 Jun 2016 12:16:29 +0000 (21:16 +0900)
If new callstack generation issues are fixed, this feature will be re-enabled

Change-Id: I7619acc80444d1d1ba0695e148241345df70803e

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

index b3ed342568225fe5903b51234eac5d0e4d071153..fbdc81ad07b2f90e6a7072beda98df4d3a2e3478 100644 (file)
@@ -29,10 +29,10 @@ mkdir -p "$CRASH_PATH" "$pfx"
 
 if [ $DEBUG -eq 1 ]
 then
-  @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"