Bug 789275 - Better error message when trying to process a crash report without symbols. r=wlach. DONTBUILD
This commit is contained in:
@@ -150,7 +150,7 @@ def checkForCrashes(dumpDir, symbolsPath, testName=None):
|
|||||||
removeSymbolsPath = False
|
removeSymbolsPath = False
|
||||||
|
|
||||||
# If our symbols are at a remote URL, download them now
|
# If our symbols are at a remote URL, download them now
|
||||||
if isURL(symbolsPath):
|
if symbolsPath and isURL(symbolsPath):
|
||||||
print "Downloading symbols from: " + symbolsPath
|
print "Downloading symbols from: " + symbolsPath
|
||||||
removeSymbolsPath = True
|
removeSymbolsPath = True
|
||||||
# Get the symbols and write them to a temporary zipfile
|
# Get the symbols and write them to a temporary zipfile
|
||||||
|
|||||||
Reference in New Issue
Block a user