1 commentaire (1 commentaire)0 réactions (0 réactions)1 assigné (1 assigné)Java11 267 stars (11 267 stars)1 839 forks (1 839 forks)batch import
help wanted
Description
在执行apkChecker时,unzip任务输出的文件大小是压缩后的,而filesize任务中输出的文件大小是未经压缩的,请问这里为什么要这样设计呢?是否输出未压缩的大小可以进行配置吗?
Guide contributeur
- Stack technique
- javaandroid
- Domaine
- tooling
- Type d'issue
- feature
- DifficultéDifficulté estimée pour un nouveau contributeur, de 1 pour un très petit changement à 5 pour un travail expert.
- 3
- Temps estiméFourchette de temps approximative pour investiguer, implémenter, tester et préparer une pull request.
- under 1 hour
- Statut d'activitéDisponibilité apparente de l'issue : fraîche, active, ancienne, bloquée ou en attente d'un mainteneur.
- stale
- ClartéClarté avec laquelle l'issue explique le changement attendu, les critères d'acceptation et la prochaine étape.
- clear
- Prérequis
- basic understanding of APK structure
- Accessibilité débutantScore de 1 à 100 estimant l'accessibilité de cette issue pour un premier contributeur.
- 60
- Direction de recherche
- The issue asks why the unzip task reports compressed file size while the filesize task reports uncompressed size, and whether an option to output uncompressed size for unzip is configurable. To answer, examine the source code for the unzip and filesize tasks in the ApkChecker module, likely in the matrix apk canary package. Look for existing configuration flags or comments explaining the design. Consider proposing a configuration option or documenting the rationale.