Bug 513969, Add output to symbolstore.py to decrease frequency of timeouts, r=ted.mielczarek

This commit is contained in:
Lukas Blakk 2009-09-14 22:37:11 +12:00
parent ee565047f5
commit 46c99060e1

View File

@ -485,6 +485,7 @@ class Dumper:
def ProcessFile(self, file):
"""Dump symbols from this file into a symbol file, stored
in the proper directory structure in |symbol_path|."""
print >> sys.stderr, "Processing file: %s" % file
result = False
sourceFileStream = ''
# tries to get the vcs root from the .mozconfig first - if it's not set