| Index: client/site_tests/logging_UserCrash/logging_UserCrash.py
|
| diff --git a/client/site_tests/logging_UserCrash/logging_UserCrash.py b/client/site_tests/logging_UserCrash/logging_UserCrash.py
|
| index 4c963919ce9d66729d21f9523056313b1296ddad..6f8a451c2a9ba02f820f2f8ccefafde62b9c8209 100644
|
| --- a/client/site_tests/logging_UserCrash/logging_UserCrash.py
|
| +++ b/client/site_tests/logging_UserCrash/logging_UserCrash.py
|
| @@ -670,6 +670,13 @@ class logging_UserCrash(crash_test.CrashTest):
|
| def run_once(self):
|
| self._prepare_crasher()
|
| self._populate_symbols()
|
| +
|
| + # Run the test once without re-initializing
|
| + # to catch problems with the default crash reporting setup
|
| + self.run_crash_tests(['reporter_startup'],
|
| + initialize_crash_reporter = False,
|
| + must_run_all = False)
|
| +
|
| self.run_crash_tests(['reporter_startup',
|
| 'reporter_shutdown',
|
| 'no_crash',
|
|
|