If new callstack generation issues are fixed, this feature will be re-enabled
Change-Id: I7619acc80444d1d1ba0695e148241345df70803e
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"