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

write to the log #32

Closed zy5123299 closed 8 years ago

zy5123299 commented 8 years ago

The output information is too long,How to write it to the log?

cooperkong commented 8 years ago

./dex-method-counts /PATH_TO_APK > log.txt

mihaip commented 8 years ago

Thanks @cooperkong, redirecting stdout is indeed the way to go.