Merge "pixelstats: add ufs host reset count" into sc-dev

This commit is contained in:
TreeHugger Robot 2021-03-15 05:42:27 +00:00 committed by Android (Google) Code Review
commit 83ca249a04

View file

@ -31,6 +31,7 @@ const struct SysfsCollector::SysfsPaths sysfs_paths = {
.UFSLifetimeA = UFSHC_PATH(health_descriptor/life_time_estimation_a),
.UFSLifetimeB = UFSHC_PATH(health_descriptor/life_time_estimation_b),
.UFSLifetimeC = UFSHC_PATH(health_descriptor/life_time_estimation_c),
.UFSHostResetPath = UFSHC_PATH(err_stats/dev_reset_count),
.F2fsStatsPath = "/sys/fs/f2fs/",
};