commit | 8f75fa7bcfec553eddb59b919b44d7a93c9846a1 | [log] [tgz] |
---|---|---|
author | Ken Sumrall <ksumrall@android.com> | Fri Feb 08 17:35:58 2013 -0800 |
committer | Ken Sumrall <ksumrall@android.com> | Fri Feb 08 17:35:58 2013 -0800 |
tree | 2e3e83898920049ac9f794497f5b2b5cefc4aa30 | |
parent | 9f8386e1118c10dd4927f62637ec7162569bdbdc [diff] |
Do not use su to run the df command in bugreports User builds do not have su, so when the bugreport attempts to report disk free space, the command fails and nothing is reported. However, the df command does not need to be run as root to report free space, so just run the command directly. Change-Id: Ic7deb696f293e772ddf28eacfe16e4250af9a9f3