Sometimes on some tasks, I noticed that the following lines appear in the LOG:
03-12 07:15:18.532 4568-4574/com.exemple.broadcasreceiverandservice I/zygote: After code cache collection, code=21KB, data=30KB
03-12 07:15:18.532 4568-4574/com.exemple.broadcasreceiverandservice I/zygote: Increasing code cache capacity to 128KB
As in the description Increasing code cache capacity to 128KB
, the system is automatically increasing the cache.
I would like to know whether or not I should worry about this, and what "causes" this consumption, whether it is normal or whether it may be some problem of exploiting variables or another reason.