Age | Commit message (Collapse) | Author |
|
perfstatsd always writes to the SYSTEM log, so instead of using
LOG_TO(), it can use the normal LOG() macros as long as it calls
InitLogging() with a default to the SYSTEM log.
Test: perfstatsd writes to the SYSTEM log still
Change-Id: Ib15867589c0b5679cc14f9fe8694ef48fc0e599e
|
|
Use consistent naming style for perfstatsd daemon and cpu usage and
convert Android.mk to Android.bp
Bug: 117587967
Test: verify cpu and io data dumped correctly in dumpstate_board
Change-Id: Ia9b563c25d74a293c276f83bf6baad4dca8b6cad
|
|
Refer to go/perfstatsd-design for detail.
Bug: 117587130
Test: verify the dumped data
Change-Id: Iffacc0bd7e14183aa79c5f6abb98e8c777f436e6
|