mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 13:51:41 +00:00
Bug 513969, Add output to symbolstore.py to decrease frequency of timeouts, r=ted.mielczarek
This commit is contained in:
parent
ee565047f5
commit
46c99060e1
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user