mihaip / dex-method-counts

Command-line tool to count per-package methods in Android .dex files
Apache License 2.0
2.6k stars 376 forks source link

the result is different with android-classyshark #37

Closed su1216 closed 8 years ago

mihaip commented 8 years ago

Plase include more details, including the output from both both this tool and android-classyshark, and the kind of project you ran it on.

If I had to guess, I would assume that android-classyshark is counting referenced methods differently (if it's showing more methods than this tool, because it counts methods referenced by each class/package as being distinct, even if they're used in multiple places).