OSDN Git Service

dumpsys: report per-service dump times
authormukesh agrawal <quiche@google.com>
Thu, 9 Jun 2016 01:16:36 +0000 (18:16 -0700)
committermukesh agrawal <quiche@google.com>
Thu, 9 Jun 2016 01:23:40 +0000 (18:23 -0700)
commit4e4c548437b7cc7748e97ecc74a525e26a441cdb
treeb80f8fd2bf9bb8f5ea050da30d0947b4a0eb508c
parent06032c1120464a195dbc208a4015acf2b95a6bec
dumpsys: report per-service dump times

In WiFi soak testing, we've seen several cases where
dumpsys times out. We've been unable to pin down the
cause of the timeouts, as there's no single service
that is obviously hung.

Add reporting of service dump times, to help figure
out why dumpsys is timing out.

BUG=29090949
TEST=manual

Manual test
- load build on bullhead
$ adb shell dumpsys | grep 'was the duration'
- see non-zero values

Change-Id: Iaba60d840ac55cba171a3ccbc74c2aee8b23dce6
cmds/dumpsys/dumpsys.cpp