From 38feb0f46145bc36f79d435ca67b9327aae4ddac Mon Sep 17 00:00:00 2001 From: James Graham Date: Tue, 19 Aug 2014 16:15:19 +0100 Subject: [PATCH] Bug 1055521 - Expose mozcrash.log_crashes for structured logging of crashes, r=ted.mielczarek --- testing/mozbase/mozcrash/mozcrash/mozcrash.py | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/testing/mozbase/mozcrash/mozcrash/mozcrash.py b/testing/mozbase/mozcrash/mozcrash/mozcrash.py index 80972325fe35..c41c16c5f3af 100644 --- a/testing/mozbase/mozcrash/mozcrash/mozcrash.py +++ b/testing/mozbase/mozcrash/mozcrash/mozcrash.py @@ -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