mirror of
https://github.com/Evolution-X-Devices/device_google_gs201
synced 2026-02-01 15:48:22 +00:00
dumpstate: change page_pinner output file name
Change konb name to "buffer" Bug: 230651222 Test: check dumpstate_board.txt from adb bugreport Signed-off-by: Minchan Kim <minchan@google.com> Change-Id: If4a07b2b40ec078f9c4553227020aff802781919
This commit is contained in:
@@ -887,8 +887,7 @@ void DumpstateDevice::dumpMemorySection(int fd) {
|
||||
"fi; "
|
||||
"done"});
|
||||
DumpFileToFd(fd, "dmabuf info", "/d/dma_buf/bufinfo");
|
||||
DumpFileToFd(fd, "Page Pinner - longterm pin", "/sys/kernel/debug/page_pinner/longterm_pinner");
|
||||
DumpFileToFd(fd, "Page Pinner - alloc_contig_failed", "/sys/kernel/debug/page_pinner/alloc_contig_failed");
|
||||
DumpFileToFd(fd, "Page Pinner - longterm pin", "/sys/kernel/debug/page_pinner/buffer");
|
||||
}
|
||||
|
||||
static void DumpF2FS(int fd) {
|
||||
|
||||
Reference in New Issue
Block a user