Closed
Bug 963447
Opened 12 years ago
Closed 7 years ago
Reduce memory usage of loading apn.json
Categories
(Firefox OS Graveyard :: Gaia, defect)
Tracking
(blocking-b2g:-)
RESOLVED
WONTFIX
blocking-b2g | - |
People
(Reporter: dwi2, Unassigned)
Details
We load the whole table of apn.json at start-up time (and in Settings app too), but we utilize only small portion of it (based on MCC/MNC of SIM card).
There is some space to improve memory usage in the process of loading apn.json. We could discuss it here
Reporter | ||
Updated•12 years ago
|
blocking-b2g: --- → 1.3T?
Whiteboard: [tarako]
Reporter | ||
Comment 1•12 years ago
|
||
Hi Joe,
Do we need to do this for tarako in 1.3?
Thanks
Flags: needinfo?(jcheng)
Reporter | ||
Comment 2•12 years ago
|
||
Size of apn.json is 296KB currently
Reporter | ||
Comment 3•12 years ago
|
||
I found out that my first observation is wrong. System app loads apn.json only when MCC/MNC changed or first-time start-up, not every start-up time.
Comment 4•12 years ago
|
||
Today's sync-up concludes this bug should be put in the "pending" queue.
Comment 8•7 years ago
|
||
Firefox OS is not being worked on
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•