Closed
Bug 1336004
Opened 9 years ago
Closed 9 years ago
build error in Sampler.cpp after enable Task Tracer
Categories
(Core :: Gecko Profiler, defect)
Core
Gecko Profiler
Tracking
()
RESOLVED
FIXED
mozilla54
Tracking | Status | |
---|---|---|
firefox54 | --- | fixed |
People
(Reporter: schien, Assigned: schien)
References
Details
Attachments
(1 file)
>In file included from mozilla-central/obj-firefox/tools/profiler/Unified_cpp_tools_profiler0.cpp:47:0:
>mozilla-central/tools/profiler/core/Sampler.cpp: In constructor 'Sampler::Sampler(double, int, const char**, uint32_t, const char**, uint32_t)':
>mozilla-central/tools/profiler/core/Sampler.cpp:234:14: error: 'mozilla::tasktracer' has not been declared
>In file included from mozilla-central/obj-firefox/tools/profiler/Unified_cpp_tools_profiler0.cpp:47:0:
>mozilla-central/tools/profiler/core/Sampler.cpp: In destructor 'Sampler::~Sampler()':
>mozilla-central/tools/profiler/core/Sampler.cpp:270:14: error: 'mozilla::tasktracer' has not been declared
>In file included from mozilla-central/obj-firefox/tools/profiler/Unified_cpp_tools_profiler0.cpp:47:0:
>mozilla-central/tools/profiler/core/Sampler.cpp: In member function 'void Sampler::StreamTaskTracer(SpliceableJSONWriter&)':
>mozilla-central/tools/profiler/core/Sampler.cpp:403:52: error: 'mozilla::tasktracer' has not been declared
>mozilla-central/tools/profiler/core/Sampler.cpp:426:64: error: 'mozilla::tasktracer' has not been declared
Comment hidden (mozreview-request) |
Comment 2•9 years ago
|
||
mozreview-review |
Comment on attachment 8832778 [details]
Bug 1336004 - add missing header file for TaskTracer.
https://reviewboard.mozilla.org/r/109058/#review110252
Thanks for the fix.
Attachment #8832778 -
Flags: review?(cyu) → review+
Assignee | ||
Comment 3•9 years ago
|
||
Pushed by schien@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/0252f79c9a2a
add missing header file for TaskTracer. r=cyu
Comment 5•9 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 9 years ago
status-firefox54:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla54
You need to log in
before you can comment on or make changes to this bug.
Description
•