Closed
Bug 1091528
Opened 11 years ago
Closed 11 years ago
[B2G][RIL] when receiving 'rilRequestType: 12', Error: Don't know about this message type: undefined" {file: "jar:file:///system/b2g/omni.ja!/components/RadioInterfaceL ayer.js" line: 1961}]
Categories
(Firefox OS Graveyard :: RIL, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: hsinyi, Assigned: hsinyi)
Details
Attachments
(1 file, 1 obsolete file)
|
1.61 KB,
patch
|
aknow
:
review+
|
Details | Diff | Splinter Review |
I/Gecko ( 7478): -*- RadioInterface[0]: Received message from worker: {"rilRequestType":12,"rilRequestError":0,"success":true,"errorMsg":null,"rilMessageClientId ":0}
W/GeckoConsole( 7478): [JavaScript Error: "Error: Don't know about this message type: undefined" {file: "jar:file:///system/b2g/omni.ja!/components/RadioInterfaceL ayer.js" line: 1961}]
STR:Hang up a single call
root cause in [1]: we should keep options (specifically, rilMessageToken) because in [2] we will determine unsolicited message type by "rilMessageToken."
[3] might sendChromeMessage without rilMessageToken that causes this error.
[1] dxr.mozilla.org/mozilla-central/source/dom/system/gonk/ril_worker.js?from=ril_worker.js#5469
[2] http://dxr.mozilla.org/mozilla-central/source/dom/system/gonk/RadioInterfaceLayer.js?from=RadioInterfaceLayer.js#1572
[3] http://dxr.mozilla.org/mozilla-central/source/dom/system/gonk/ril_worker.js?from=ril_worker.js#5469
| Assignee | ||
Comment 1•11 years ago
|
||
(In reply to Hsin-Yi Tsai [:hsinyi] from comment #0)
> I/Gecko ( 7478): -*- RadioInterface[0]: Received message from worker:
> {"rilRequestType":12,"rilRequestError":0,"success":true,"errorMsg":null,
> "rilMessageClientId ":0}
> W/GeckoConsole( 7478): [JavaScript Error: "Error: Don't know about this
> message type: undefined" {file:
> "jar:file:///system/b2g/omni.ja!/components/RadioInterfaceL ayer.js"
> line: 1961}]
>
>
> STR:Hang up a single call
>
> root cause in [1]: we should keep options (specifically, rilMessageToken)
> because in [2] we will determine unsolicited message type by
> "rilMessageToken."
> [3] might sendChromeMessage without rilMessageToken that causes this error.
>
> [1]
> dxr.mozilla.org/mozilla-central/source/dom/system/gonk/ril_worker.
> js?from=ril_worker.js#5469
[1] should be here: http://dxr.mozilla.org/mozilla-central/source/dom/system/gonk/ril_worker.js?from=ril_worker.js#1776
> [2]
> http://dxr.mozilla.org/mozilla-central/source/dom/system/gonk/
> RadioInterfaceLayer.js?from=RadioInterfaceLayer.js#1572
> [3]
> http://dxr.mozilla.org/mozilla-central/source/dom/system/gonk/ril_worker.
> js?from=ril_worker.js#5469
| Assignee | ||
Updated•11 years ago
|
Assignee: nobody → htsai
| Assignee | ||
Comment 2•11 years ago
|
||
| Assignee | ||
Comment 3•11 years ago
|
||
Attachment #8514208 -
Attachment is obsolete: true
| Assignee | ||
Updated•11 years ago
|
Attachment #8514837 -
Flags: review?(szchen)
Updated•11 years ago
|
Attachment #8514837 -
Flags: review?(szchen) → review+
| Assignee | ||
Comment 4•11 years ago
|
||
In your commit messages, please describe the code change, not the bug symptom. Thanks.
| Assignee | ||
Comment 6•11 years ago
|
||
(In reply to :dmajor (back November 3) from comment #5)
> In your commit messages, please describe the code change, not the bug
> symptom. Thanks.
Thanks, will do next time.
Comment 7•11 years ago
|
||
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•