android - What does Asset Allocations mean in adb shell dumpsys meminfo -


Can anyone tell me what asset allocation is in ADB Shell Didasis MemoFromAndroid? I see it launching my Android device and I look at the resources of my application. The ASSC is consuming 516K, even though my app is not running.

Thank you.

With resources.arsc , there are two things that can happen.

Generally, the file is stored in .apk uncompressed. Now there is an option, so it gets dismissed in memory for more work (such as a string being loaded) and kept.

I am not sure why this will happen if the app is not running, perhaps it has been kept as one?

Comments

Popular posts from this blog

mysql - BLOB/TEXT column 'value' used in key specification without a key length -

c# - Using Vici cool Storage with monodroid -

python - referencing a variable in another function? -