Closed
Bug 611469
Opened 15 years ago
Closed 15 years ago
fennecmark appears to be overwriting the contents of the log file on quit
Categories
(Testing :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: jmaher, Assigned: jmaher)
Details
(Whiteboard: [mobile_unittests])
Attachments
(1 file)
|
3.28 KB,
patch
|
mozilla
:
review+
|
Details | Diff | Splinter Review |
In looking at why fennecmark shows unrecognizable output in talos, I see that in many cases the log file is empty.
After debugging, I found that we are getting accurate information, but after we call goQuitApplication we zero out the log file. At first I thought this might have been other code (ipc extension, pageloader extension, etc...) causing problems, but it appears to be related to fennecmark itself.
Oddly enough if I put an alert("hello world"); call after goQuitApplication, it displays the alert, then terminates. The best part is the log file is not overwritten.
| Assignee | ||
Comment 1•15 years ago
|
||
It appears that creating a nsiFile object was the culprit. I have moved the entire creation of the local reporting into a separate section which won't be invoked if we are in talos mode.
Locally this produced green tpan results over and over again on android.
Assignee: nobody → jmaher
Attachment #490358 -
Flags: review?(aki)
Comment 2•15 years ago
|
||
Comment on attachment 490358 [details] [diff] [review]
fix fennecmark so it will only write one log depending on which mode you are in (1.0)
I'm going to stamp this.
Attachment #490358 -
Flags: review?(aki) → review+
| Assignee | ||
Comment 3•15 years ago
|
||
pushed:
http://hg.mozilla.org/users/tglek_mozilla.com/fennecmark/pushloghtml?changeset=bfc910cd8dd3
please update the fennecmark.tar|zip file used for talos
| Assignee | ||
Updated•15 years ago
|
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Updated•8 years ago
|
Component: New Frameworks → General
You need to log in
before you can comment on or make changes to this bug.
Description
•