[TIMOB-4372] Drillbit: Log stream is still written to after tests are finished
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Medium |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2011-06-14T11:26:48.000+0000 |
Affected Version/s | Release 1.7.0 |
Fix Version/s | Sprint 2011-24, Release 1.8.0 |
Components | Drillbit |
Labels | defect, drillbit, log |
Reporter | Marshall Culpepper |
Assignee | Chase Culpepper |
Created | 2011-06-13T10:12:54.000+0000 |
Updated | 2017-03-03T17:38:53.000+0000 |
Description
After all the tests in drillbit have finished running, you see this error message in the console whenever new data comes from the android emulator:
Error: FileStream must be opened for writing before calling write
We need to make sure to check if the log is currently open before trying to write to it's filestream.
Closing ticket due to time passed and irrelevance of ticket.