axmol/cocos/platform/android/java
Ce Zheng d174a98afa Add a buffer queue for Android Downloader to prevent out of memory
When the AssetManagerEx start downloading, it used to create all the
download tasks all at once. When the app has a large number of asset
files, it is likely to crash due to out of memory when creating
threads for each of the download tasks. This commit adds a buffer
queue to the downloader to use the `countOfMaxProcessingTasks`
property from hints, preventing all the tasks from starting all at once.
2015-12-01 16:25:50 +09:00
..
.settings
libs Fix compile problems. 2015-09-16 09:34:24 +08:00
res
src Add a buffer queue for Android Downloader to prevent out of memory 2015-12-01 16:25:50 +09:00
.classpath
.project
AndroidManifest.xml
ant.properties
build.xml
lint.xml
proguard-project.txt
project.properties Android properties back to 10 2014-09-09 18:46:47 -07:00