OSDN Git Service

Remove -z option.
authorChristopher Ferris <cferris@google.com>
Tue, 10 Feb 2015 00:24:47 +0000 (16:24 -0800)
committerChristopher Ferris <cferris@google.com>
Tue, 10 Feb 2015 00:45:35 +0000 (16:45 -0800)
commitff4a4dc7e6e3ead12020b4dc17548d767a419dde
tree94ada1c69a6aabf26270e6ce3a67c13feb0e8ae4
parent50ad67e4ce6b07b5f5f4649ace81ed9a8b2c2eac
Remove -z option.

This option doesn't work with the current selinux protections and
doesn't serve much of a purpose. You can get the same results running
this:

dumpstate | gzip > /data/local/tmp/dump.txt.gz

Bug: 19271141
Change-Id: Icc76200df33dc708e30c556ec8a0f393f995fe7c
cmds/dumpstate/dumpstate.c
cmds/dumpstate/dumpstate.h
cmds/dumpstate/utils.c