Y
Y
Yaroslav Rostanets2017-03-15 00:48:10
JavaScript
Yaroslav Rostanets, 2017-03-15 00:48:10

Where does Android (Cordova) memory go?

-RuX1px9JFM.jpg
I am writing a simple application. I am using the crosswalk plugin.
I get data from json server. I don't write them anywhere. I am using localStorage to store two variables. The question is where does the memory go?
Where did 11.6 mb of data come from?

Answer the question

In order to leave comments, you need to log in

3 answer(s)
A
Andrey Myvrenik, 2017-03-15
@gim0

If the device is rooted, then you can see what exactly the application stores in/data/data/packagename

B
bouncycastle, 2017-03-15
@bouncycastle

It's a .dex cache (also known as a dalvik cache) most likely.

E
Evgeny Kravchenko, 2017-04-03
@evgenyj_kravchenko

Well, first of all, do not forget that your application is a bowser. What storage needs does the browser have? History, css and js cache, and other needs

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question