Closed Bug 713432 Opened 13 years ago Closed 13 years ago

dump() from workers doesn't show up in logcat

Categories

(Core :: DOM: Core & HTML, defect)

ARM
Gonk (Firefox OS)
defect
Not set
normal

Tracking

()

RESOLVED DUPLICATE of bug 712341

People

(Reporter: philikon, Unassigned)

Details

Looks like it's missing the

#ifdef ANDROID
    __android_log_print(ANDROID_LOG_INFO, "Gecko", utf8str.get());
#endif

stanza found in other Dump() functions.
There's a patch in bug 712341. I think bent told me to hold off on checking it in, though.
(In reply to Blake Kaplan (:mrbkap) from comment #1)
> There's a patch in bug 712341.

Oh! Time to dupe this then... And I was *just* about to upload a patch :)

> I think bent told me to hold off on checking it in, though.

Do you remember why? Ben?
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → DUPLICATE
Component: DOM → DOM: Core & HTML
You need to log in before you can comment on or make changes to this bug.