Closed
Bug 813243
Opened 12 years ago
Closed 12 years ago
[Cost Control]: Cost Control widget is load eagerly at the startup of the system.
Categories
(Firefox OS Graveyard :: Gaia, defect, P3)
Tracking
(blocking-basecamp:+)
People
(Reporter: salva, Assigned: salva)
References
Details
Attachments
(1 file)
250 bytes,
text/html
|
arcturus
:
review+
arcturus
:
approval-gaia-v1+
|
Details |
Repro:
1- Restart the device
2- Connect the device via USB
3- Use adb to open a shell in the device
4- Issue the command b2g-ps
Expected: No Cost Control is started during start-up, only when needed (CC application launched or widget shown)
Sample output:
Application USER PID PPID VSIZE RSS WCHAN PC NAME
b2g root 3275 1 180612 60244 ffffffff 400f8330 S /system/b2g/b2g
Messages app_0 3344 3275 57132 18684 ffffffff 40e1cb88 R /system/b2g/plugin-container
Homescreen app_0 3453 3275 71648 25632 ffffffff 400d7594 R /system/b2g/plugin-container
(Preallocated a app_0 3518 3275 38156 7716 ffffffff 400d1d86 R /system/b2g/plugin-container
Actual: Cost Control application is being launched during the start-up.
Sample output:
Application USER PID PPID VSIZE RSS WCHAN PC NAME
b2g root 3275 1 180612 60244 ffffffff 400f8330 S /system/b2g/b2g
Messages app_0 3344 3275 57132 18684 ffffffff 40e1cb88 R /system/b2g/plugin-container
Cost Control app_0 3392 3275 65916 26320 ffffffff 400c6330 S /system/b2g/plugin-container
Homescreen app_0 3453 3275 71648 25632 ffffffff 400d7594 R /system/b2g/plugin-container
(Preallocated a app_0 3518 3275 38156 7716 ffffffff 400d1d86 R /system/b2g/plugin-container
Assignee | ||
Updated•12 years ago
|
Summary: [Cost Control]: Cost Control widget is load at the eagerly at the startup of the system. → [Cost Control]: Cost Control widget is load eagerly at the startup of the system.
Assignee | ||
Comment 1•12 years ago
|
||
Attachment #683234 -
Flags: review?(francisco.jordano)
Updated•12 years ago
|
Attachment #683234 -
Flags: review?(francisco.jordano) → review+
Updated•12 years ago
|
Attachment #683234 -
Flags: approval-gaia-master+
Assignee | ||
Updated•12 years ago
|
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Updated•12 years ago
|
blocking-basecamp: ? → +
Priority: -- → P3
Cost Control is present as startup:
Actual Results:
mlevin@QAnalystsL55 ~
$ adb shell
root@android:/ # b2g-ps
b2g-ps
APPLICATION USER PID PPID VSIZE RSS WCHAN PC NAME
b2g root 107 1 193932 70432 ffffffff 40099330 S /system/b2g/b2g
Cost Control app_331 331 107 59268 21592 ffffffff 400c4330 S /system/b2g/plugin-container
Homescreen app_395 395 107 73052 25268 ffffffff 40061330 S /system/b2g/plugin-container
(Preallocated a app_419 419 107 55736 17348 ffffffff 4006b330 S /system/b2g/plugin-container
root@android:/ #
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Comment 4•12 years ago
|
||
Please file a followup bug for the issue you discovered and link them as dependencies. Don't reopen - it makes tracking blocking bugs a pain.
Status: REOPENED → RESOLVED
Closed: 12 years ago → 12 years ago
Resolution: --- → FIXED
Updated•12 years ago
|
Target Milestone: --- → B2G C2 (20nov-10dec)
You need to log in
before you can comment on or make changes to this bug.
Description
•