storage: adjust ufs error history design
Bug: 359746077 Test: adb bugreport Change-Id: I32d1cab81351285e1f9ea770169c8be2246f3df7 Signed-off-by: Randall Huang <huangrandall@google.com>
This commit is contained in:
parent
570dfe1ed4
commit
c3a0ad4d1c
1 changed files with 2 additions and 2 deletions
|
@ -229,8 +229,8 @@ int main() {
|
|||
read_buffer(19, 131072, "skhynix_13_ufs_err_history.dat");
|
||||
} else {
|
||||
read_buffer(0, 4096, "skhynix_00_ufs_err_history.dat");
|
||||
read_buffer(16, 524288, "skhynix_10_ufs_err_history.dat");
|
||||
read_buffer(17, 524288, "skhynix_11_ufs_err_history.dat");
|
||||
read_buffer(16, 8388608, "skhynix_10_ufs_err_history.dat");
|
||||
read_buffer(17, 8388608, "skhynix_11_ufs_err_history.dat");
|
||||
}
|
||||
break;
|
||||
case 0x1CE: //SAMSUNG
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue