Bug 1055521 - Expose mozcrash.log_crashes for structured logging of crashes, r=ted.mielczarek

This commit is contained in:
James Graham 2014-08-19 16:15:19 +01:00
Родитель e4a435f0ed
Коммит 38feb0f461
1 изменённых файлов: 5 добавлений и 2 удалений

Просмотреть файл

@ -2,8 +2,11 @@
# License, v. 2.0. If a copy of the MPL was not distributed with this file,
# You can obtain one at http://mozilla.org/MPL/2.0/.
__all__ = ['check_for_crashes',
'check_for_java_exception']
__all__ = [
'check_for_crashes',
'check_for_java_exception',
'log_crashes'
]
import glob
import os