Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 # Be careful to only run common unix commands here as these commands | |
|
petkov
2010/12/13 19:27:57
it doesn't hurt to add a Chromium OS copyright.
kmixter1
2010/12/14 03:39:49
Done.
| |
| 2 # will be run when a crash has recently occurred and we should avoid | |
|
petkov
2010/12/13 19:27:57
briefly document the format somewhere -- either he
kmixter1
2010/12/14 03:39:49
Done.
| |
| 3 # running anything that might cause another crash. | |
| 4 update_engine:tail -c 50000 /var/log/update_engine.log | |
|
petkov
2010/12/13 19:27:57
since update engine starts a new log every time it
kmixter1
2010/12/14 03:39:49
Done.
| |
| 5 | |
| 6 # The following rules are only for testing purposes. | |
| 7 crash_log_test:echo hello world | |
| 8 crash_log_recursion_test:sleep 1 && /home/autotest/tests/crash_log_recursion_tes t | |
| OLD | NEW |