History log of /system/core/storaged/storaged_info.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
8847c62579282cd67a80d7354ccf26064aaed4e5 18-Jul-2017 Jin Qian <jinqian@google.com> storaged: record userdata space utilization

Update disk space utilization together with diskstats since we will
use free space size to co-relate disk performance.

Bug: 63629306
Change-Id: I4e5694aaff3b71aa56db451f1bc92ccfb07e5086
/system/core/storaged/storaged_info.cpp
b90f1ae1e5d9886dc32b2f653ab2899a0416bd71 22-Mar-2017 Jin Qian <jinqian@google.com> storaged: add support for ufs health info

Test: adb logcat -d -b events | grep storaged_emmc_info
Bug: 36228467
Change-Id: I519fe2b8a99c1c31f1fe720bd671904d1ab609bb
/system/core/storaged/storaged_info.cpp
726339c7e8bd7c1e07031cfda3936debca975831 18-Mar-2017 Jin Qian <jinqian@google.com> storaged: read emmc health data from sysfs

Sysfs data is straightforward so we don't need parsing anymore.

Also removed periodical check since data is set only once during
driver initialization. Checking at every device boot or storaged
restart should be sufficient to monitor long term status change.

Test: adb logcat -d -b events | grep storaged_emmc_info
Bug: 36228467
Change-Id: I2a181f52c9f19de1e679a3a905aaebafe4d08227
/system/core/storaged/storaged_info.cpp
4fc338e60bf1d85212f1540d109beb1b248c4830 16-Mar-2017 Jin Qian <jinqian@google.com> storaged: rewrite emmc info class

Test: adb logcat -d -b events | grep storaged_emmc_info
Bug: 36228467
Change-Id: Ib799e60ed65661a9fb99be8ad4c930f547339975
/system/core/storaged/storaged_info.cpp