google chrome - My extension's "Local Extension Settings" Logfile gets too big -


i wrote chrome extension view later: click

a user reported, there log file gets way big (his around 3.8gb) located @ c:\users\<your_username>\appdata\local\google\chrome\user data\default\local extension settings\hnolaplfoobcmgfmjphkmbjolinelpkb.

i checked @ machine , big (~300mb). not know causing this. use chrome.storage heavily in extension (all url's saved there) not know how can big, limit 512 entries knowledge.

anyone got clues on this?
thanks!

it looks favicons saved urls via http://www.google.com/s2/favicons?domain_url= service, convert them base64, , store in local storage. might cause problem.

instead, may try not save them, load http://www.google.com/s2/favicons every time user opens popup.


Comments

Popular posts from this blog

c++ - llvm function pass ReplaceInstWithInst malloc -

java.lang.NoClassDefFoundError When Creating New Android Project -

Decoding a Python 2 `tempfile` with python-future -