diff --git a/crash_reporter/crash_reporter_logs.conf b/crash_reporter/crash_reporter_logs.conf index 5650346ba..c70b2c13d 100644 --- a/crash_reporter/crash_reporter_logs.conf +++ b/crash_reporter/crash_reporter_logs.conf @@ -25,7 +25,7 @@ cros_installer:cat $(ls -1tr /var/log/update_engine | tail -5 | sed s.^./var/log # 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 +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 "===meminfo==="; cat /proc/meminfo # This rule is similar to the crash_reporter-user-collection rule, except it is # run for kernel errors reported through udev events.