Age | Commit message (Collapse) | Author |
|
Added SPDX-license-identifier-Apache-2.0 to:
atrace/Android.bp
bootctrl/Android.bp
dynamic_partitions/Android.bp
fastboot/Android.bp
health/Android.bp
kernel_headers/Android.bp
misc_writer/Android.bp
mm/Android.bp
perfstatsd/Android.bp
pixelstats/Android.bp
power-libperfmgr/Android.bp
power-libperfmgr/libperfmgr/Android.bp
powerstats/Android.bp
powerstats/aidl/Android.bp
pwrstats_util/Android.bp
radio/Android.bp
radio/gril_carrier_nv_headers/Android.bp
recovery/Android.bp
usb/Android.bp
vibrator/Android.bp
vibrator/common/Android.bp
vibrator/cs40l25/Android.bp
vibrator/cs40l25/bench/Android.bp
vibrator/cs40l25/tests/Android.bp
vibrator/drv2624/Android.bp
vibrator/drv2624/apex/Android.bp
vibrator/drv2624/bench/Android.bp
vibrator/drv2624/tests/Android.bp
Added SPDX-license-identifier-Apache-2.0 SPDX-license-identifier-BSD to:
Android.bp
thermal/Android.bp
Bug: 68860345
Bug: 151177513
Bug: 151953481
Test: m all
Exempt-From-Owner-Approval: janitorial work
Change-Id: I58efe8db7cc3f22a585c6e3a80bef41c48b49c8d
Merged-in: I58efe8db7cc3f22a585c6e3a80bef41c48b49c8d
|
|
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
|
|
Since these were combined into libhidlbase.
Bug: 135686713
Test: build only (libhwbinder/libhidltransport are empty)
Change-Id: Ifcbd0675df88cb43afe98b1dfe0c5da396384eee
|
|
Bug: 115702127
Test: make perfstatsd -j100 && adb root && adb disable-verity && adb \
reboot && sleep 5 && adb wait-for-device && adb root && sleep 5 && adb \
remount && adb shell setenforce 0 && adb root && adb push \
out/target/product/$TARGET_PRODUCT/vendor/bin/perfstatsd /vendor/bin/ && \
adb shell chmod +x /vendor/bin/perfstatsd && adb reboot && adb \
wait-for-device && adb root
Test: adb shell /vendor/bin/perfstatsd -d
Change-Id: I7ee9868a0d0cfdc7f96b25a129249f145d1f6bf1
|
|
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.
Test: make perfstatsd -j50
Test: verify dumpping data in bugreport/dumpstate_board.txt
Bug: 115702127
Change-Id: I1d805499f45bd2cefd2bf48b291ee488ae8f4c99
|
|
Refer to go/perfstatsd-design for detail.
Bug: 117587130
Test: verify the dumped data
Change-Id: Iffacc0bd7e14183aa79c5f6abb98e8c777f436e6
|
|
Refer to go/perfstatsd-design for detail.
Bug: 117587967
Test: verify daemon run on boot and dump data triggered by dumpstate
Change-Id: I4f0258c8ab220649f19d0ee960fc6bcbc790c6e1
|