Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Methodcount from classyshark is different from [dex-method-count](https://github.com/mihaip/dex-method-counts) #164

Closed
simpleton opened this issue Feb 5, 2018 · 2 comments

Comments

@simpleton
Copy link

simpleton commented Feb 5, 2018

Dex-method-count will count all methods include defined methods and referenced methods. Note that referenced methods count against the 64K method limit too.

Will Classyshark count the referenced method?

@borisf
Copy link
Collaborator

borisf commented Feb 6, 2018

In the package-pie view ClassyShark counts and shows only the defined methods (recursively with in the package). If you click on the classesXXX.dex from the main APK view tree entry you see the total dex count of both referenced and defined methods.

CC @andreban

@simpleton
Copy link
Author

Cool! Thx @borisf for quick feedback.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants