Command line tool for convert logcat to csv.
logcat2csv is tool for convert logcat to csv.
Usage:
logcat2csv [options] PATH ...
Options:
--encode, -e Charactor encoding of output file.
--version Show version.
--help Show this help.
You can get binary from github release page.
or, use go get
:
$ go get -d github.com/ujiro99/logcat2csv
- Fork (https://github.com/ujiro99/logcat2csv/fork)
- Create a feature branch
- Commit your changes
- Rebase your local changes against the master branch
- Run test suite with the
go test ./...
command and confirm that it passes - Run
gofmt -s
- Create a new Pull Request