Closed Bug 1193127 Opened 10 years ago Closed 5 years ago

Fix task tracer output and compile error

Categories

(DevTools :: General, defect)

defect
Not set
normal

Tracking

(firefox43 affected)

RESOLVED INACTIVE
Tracking Status
firefox43 --- affected

People

(Reporter: wcpan, Assigned: wcpan)

References

Details

Attachments

(1 file, 1 obsolete file)

Gecko failed to build if MOZ_TASK_TRACER=1. Also fixes the JSON output format.
Attached patch 0001-fix-task-tracer.patch (obsolete) — Splinter Review
Assignee: nobody → wpan
Attachment #8646124 - Flags: review?(cyu)
See Also: → 1192845
Comment on attachment 8646124 [details] [diff] [review] 0001-fix-task-tracer.patch Review of attachment 8646124 [details] [diff] [review]: ----------------------------------------------------------------- Thanks for the patch. r=me with the following addressed. ::: xpcom/threads/TimerThread.cpp @@ +19,5 @@ > #include "mozilla/BinarySearch.h" > +#ifdef MOZ_TASK_TRACER > +#include "GeckoTaskTracerImpl.h" > +using namespace mozilla::tasktracer; > +#endif nit: Please add the #include before nIObserverService to maintain the alphabetical order of included files.
Attachment #8646124 - Flags: review?(cyu) → review+
Fixed. Also moved the using namespace after all headers.
Attachment #8646124 - Attachment is obsolete: true
Product: Firefox → DevTools

No activity in 2 years, this seems to be abandoned, closing.
Honza

Status: NEW → RESOLVED
Closed: 5 years ago
Resolution: --- → INACTIVE
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: