Revert "crash-reporter: Don't send ps command lines with crash reporter"
This reverts commit 78599c9f195a9c324d2b0eb5a048b677e6a4229c.
BUG=chromium-os:13576
TEST=
Review URL: http://codereview.chromium.org/6765002
Change-Id: I2c110e13199cc6d3741fa030065dbb405c2a049a
diff --git a/crash_reporter/crash_reporter_logs.conf b/crash_reporter/crash_reporter_logs.conf
index 62c6216..1921983 100644
--- a/crash_reporter/crash_reporter_logs.conf
+++ b/crash_reporter/crash_reporter_logs.conf
@@ -19,10 +19,8 @@
# The following rule is used for generating additional diagnostics when
# collection of user crashes fails. This output should not be too large
-# as it is stored in memory. The output format specified for 'ps' is the
-# same as with the "u" ("user-oriented") option, except it doesn't show
-# the commands' arguments (i.e. "comm" instead of "command").
-crash_reporter-user-collection:echo "===ps output==="; ps axw -o user,pid,%cpu,%mem,vsz,rss,tname,stat,start_time,bsdtime,comm | tail -c 25000; echo "===dmesg output==="; dmesg | tail -c 25000; echo "===meminfo==="; cat /proc/meminfo
+# as it is stored in memory.
+crash_reporter-user-collection:echo "===ps output==="; ps auxw | tail -c 25000; echo "===dmesg output==="; dmesg | tail -c 25000; echo "===meminfo==="; cat /proc/meminfo
# The following rules are only for testing purposes.
crash_log_test:echo hello world