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

Adds a new flag —output_style which defaults to TREE (the current #8

Closed brianduff closed 9 years ago

brianduff commented 9 years ago

implementation), but supports FLAT. In FLAT output mode, the output is dumped in a format that resembles that of the dex tool itself when you exceed the method limit (flat list of packages proceeded by their package list).

brianduff commented 9 years ago

ping

sschuberth commented 9 years ago

@brianduff Sorry Brian, I guess the merge of my PR #13 now causes a conflict for you. Could you please fix it, and then ping @mihaip in case he's not watching for PRs being created?

brianduff commented 9 years ago

I've pinged several times on this, I'm unlikely to spend any more time on it.

On Fri, May 29, 2015 at 12:04 AM, Sebastian Schuberth < notifications@github.com> wrote:

@brianduff https://github.com/brianduff Sorry Brian, I guess the merge of my PR #13 https://github.com/mihaip/dex-method-counts/pull/13 now causes a conflict for you. Could you please fix it, and then ping @mihaip https://github.com/mihaip in case he's not watching for PRs being created?

— Reply to this email directly or view it on GitHub https://github.com/mihaip/dex-method-counts/pull/8#issuecomment-106715604 .

jaredsburrows commented 9 years ago

@brianduff @mihaip Just fix the conflicts.

sschuberth commented 9 years ago

I took the liberty to resolve the conflicts and reword the commit message a bit: https://github.com/mihaip/dex-method-counts/pull/14.

jaredsburrows commented 9 years ago

You have to keep pinging @mihaip

mihaip commented 9 years ago

Supplanted by #14, sorry for the delay.