mozilla / memchaser

Firefox extension to chase the memory usage and garbage collector activity
https://wiki.mozilla.org/QA/Automation_Services/Projects/Addons/MemChaser
29 stars 23 forks source link

Fix test_start_stop_logging for "File not found" error #199

Closed whimboo closed 10 years ago

whimboo commented 10 years ago

Right now this test is failing due to a non-existent log file:

test-logger.js :: exports.test_start_stop_logging :: line 64" Message: [Exception... "Component returned failure code: 0x80520006 (NS_ERROR_FILE_TARGET_DOES_NOT_EXIST) [nsIFile.remove]

I would assume that we currently stop the logger too early and nothing gets written to the file.

whimboo commented 10 years ago

PR #200 has been merged.