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

Add a new --output_style flag to support FLAT mode #14

Closed sschuberth closed 9 years ago

sschuberth commented 9 years ago

The default style still is TREE mode, but a new FLAT mode is added in which 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).

Original PR #8 by @brianduff.

sschuberth commented 9 years ago

@jaredsburrows @mihaip So how do this look to you?

jaredsburrows commented 9 years ago

@sschuberth I am not an owner on this project. I cannot merge.

mihaip commented 9 years ago

Thanks, sorry for the delay!