Слишком много записей в одной папке приложения в / data / app на Android - PullRequest
0 голосов
/ 01 октября 2019

Я заметил, что в устройстве под управлением Android 5.1.1 размер / data / app резко увеличивается, поэтому я запускаю эту команду в оболочке ADB;

du -h -ks /data/app/* 
560K    /data/app/Timing
48M /data/app/com.example.myapp-1
29M /data/app/com.example.myapp-10
29M /data/app/com.example.myapp-11
29M /data/app/com.example.myapp-12
29M /data/app/com.example.myapp-13
29M /data/app/com.example.myapp-14
29M /data/app/com.example.myapp-15
29M /data/app/com.example.myapp-16
29M /data/app/com.example.myapp-17
29M /data/app/com.example.myapp-18
29M /data/app/com.example.myapp-19
29M /data/app/com.example.myapp-20
29M /data/app/com.example.myapp-21
29M /data/app/com.example.myapp-22
29M /data/app/com.example.myapp-23
29M /data/app/com.example.myapp-24
29M /data/app/com.example.myapp-25
29M /data/app/com.example.myapp-26
29M /data/app/com.example.myapp-27
29M /data/app/com.example.myapp-28
29M /data/app/com.example.myapp-29
29M /data/app/com.example.myapp-3
29M /data/app/com.example.myapp-30
29M /data/app/com.example.myapp-31
29M /data/app/com.example.myapp-32
29M /data/app/com.example.myapp-33
29M /data/app/com.example.myapp-34
29M /data/app/com.example.myapp-35
29M /data/app/com.example.myapp-36
29M /data/app/com.example.myapp-37
29M /data/app/com.example.myapp-38
29M /data/app/com.example.myapp-39
29M /data/app/com.example.myapp-4
29M /data/app/com.example.myapp-40
29M /data/app/com.example.myapp-41
29M /data/app/com.example.myapp-42
29M /data/app/com.example.myapp-43
29M /data/app/com.example.myapp-44
29M /data/app/com.example.myapp-45
29M /data/app/com.example.myapp-46
29M /data/app/com.example.myapp-47
29M /data/app/com.example.myapp-48
29M /data/app/com.example.myapp-49
29M /data/app/com.example.myapp-5
29M /data/app/com.example.myapp-50
29M /data/app/com.example.myapp-6
29M /data/app/com.example.myapp-7
29M /data/app/com.example.myapp-8
29M /data/app/com.example.myapp-9

Слишком много записей, и каждая из них, очевидно, содержит одну и ту же базу.apk и папку lib. Есть ли какое-то объяснение этому?

Добро пожаловать на сайт PullRequest, где вы можете задавать вопросы и получать ответы от других членов сообщества.
...