Remove SystemUtil#runShellCommand dependency
SystemUtil dependency has been added at
I91d86ef1d200d2920bc1cf635eb39af3c62fcf67, which causes line
coverage drops because the dashboard counts classes included
in the additional library.
Thus, this change makes a private method to run shell command
instead. It also fine tune the log output to make it more compact.
Test: atest NetworkStackIntegrationTests:NetworkStatsIntegrationTest
Fix: 311229886
Change-Id: Ife7debb7f484991c53b8c2715aa5ff7c69f6cf05
2 files changed