Closed
Bug 914636
Opened 11 years ago
Closed 11 years ago
[Cost Control] Cost Control is not processing incoming system messages if the application is not running in background
Categories
(Firefox OS Graveyard :: Gaia::Cost Control, defect)
Tracking
(blocking-b2g:leo+, b2g18 fixed, b2g-v1.1hd fixed)
RESOLVED
FIXED
blocking-b2g | leo+ |
People
(Reporter: salva, Assigned: salva)
References
Details
Attachments
(1 file)
STR:
This is better observed if DEBUG traces for Cost Control are enabled.
0- Set DEBUGGING to true in costcontrol/js/utils/debug.js and observe logs
1- Open Cost Control application
2- Kill the Cost Control application
3.a- Start a call and end or
3.b- Send a message or
3.c- Receive a message
Expected:
Some Cost Control logs are shows as the system messages are treated.
Actual:
Nothing is shows as the system messages delivered to the application but not handled.
Assignee | ||
Comment 1•11 years ago
|
||
The bug has a very low impact.
Not taking leads to a complete unusable application (at least, the credit part).
Attachment #802370 -
Flags: review?(francisco.jordano)
Comment 2•11 years ago
|
||
Comment on attachment 802370 [details]
Fixing message handler
Thanks for the fix Salva,
the patchs is pretty clean and straight forward.
Attachment #802370 -
Flags: review?(francisco.jordano) → review+
Assignee | ||
Comment 3•11 years ago
|
||
Master: 986ad07aad596c5006c229e5f2304783f601c4cc
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Comment 4•11 years ago
|
||
Leo? is requested because this bug was detected during the device certification and it's required by it.
Comment 6•11 years ago
|
||
Uplifted 986ad07aad596c5006c229e5f2304783f601c4cc to:
v1-train: 163cbb1761b9d98902aed2a70d6f11dd6fd7dd18
status-b2g18:
--- → fixed
Comment 7•11 years ago
|
||
v1.1.0hd: 163cbb1761b9d98902aed2a70d6f11dd6fd7dd18
status-b2g-v1.1hd:
--- → fixed
You need to log in
before you can comment on or make changes to this bug.
Description
•