Closed Bug 788396 Opened 12 years ago Closed 12 years ago

Send IPC logging to logcat when enabled

Categories

(Core :: IPC, defect)

ARM
Android
defect
Not set
normal

Tracking

()

RESOLVED FIXED
mozilla18

People

(Reporter: cjones, Assigned: cjones)

Details

Attachments

(1 file)

It's a pain in the butt to debug IPC-related crashes on android, because the IPC error messages go to stderr which is /dev/null.  We should send them to logcat instead.
Was cleaning mq house and came across this.  I had to write it to debug an android crash, and I'm sure other folks would find it useful too!
Assignee: nobody → jones.chris.g
Attachment #658382 - Flags: review?(bent.mozilla)
Comment on attachment 658382 [details] [diff] [review]
Centralize usage of ipc::LoggingEnabled() and ensure it goes to logcat on bionic OSes

Review of attachment 658382 [details] [diff] [review]:
-----------------------------------------------------------------

This looks fine, though it's really wild that fprintf(stderr) does domething different than printf_stderr().
Attachment #658382 - Flags: review?(bent.mozilla) → review+
https://hg.mozilla.org/mozilla-central/rev/50a32baf586e
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla18
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: