Closed
Bug 946566
Opened 12 years ago
Closed 11 years ago
[B2G] improve the way to getLastFailCause for voice calls
Categories
(Firefox OS Graveyard :: RIL, defect)
Tracking
(tracking-b2g:backlog)
RESOLVED
FIXED
| tracking-b2g | backlog |
People
(Reporter: hsinyi, Unassigned)
Details
FFOS calls getLAstCallFailCause() every time when a call is detected disconnected. Compared to AOSP call handling flows, the |CommandsInterface.getLastCallFailCause()| is only called once in |GsmCallTracker.handlePollCalls()|. As the result of getLastCallFailCause() doesn't point which call the last call is, AOSP flow seems more reasonable.
| Reporter | ||
Comment 2•11 years ago
|
||
I am sure this is fixed.
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
| Assignee | ||
Updated•11 years ago
|
blocking-b2g: backlog → ---
tracking-b2g:
--- → backlog
You need to log in
before you can comment on or make changes to this bug.
Description
•