Closed
Bug 865836
Opened 12 years ago
Closed 12 years ago
RilConsumer and UnixSocketImpl generate annoying debug spew on non-b2g builds
Categories
(Firefox OS Graveyard :: General, defect)
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: jdm, Unassigned)
Details
http://mxr.mozilla.org/mozilla-central/source/ipc/unixsocket/UnixSocket.cpp#557
http://mxr.mozilla.org/mozilla-central/source/ipc/ril/Ril.cpp#214
From my desktop Firefox build:
> 0:31.41 Socket connect errno=22
> 0:31.41 OnConnectError
> 0:31.41 OnDisconnect
This is really frequent and annoying.
Comment 1•12 years ago
|
||
So, yes, needs to be fixed for both b2g and non-b2g, but a bigger issues is that these shouldn't even be built into non-b2g. Do you have --enable-b2g-ril on in mozconfig?
Reporter | ||
Comment 2•12 years ago
|
||
Oh, whoops. I do.
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•