kernel - Analyzing RAM dump in Android -
In the case of kernel panic in Android, we dump all the RAM data into a file. In this case, the RAM addresses are physical addresses.
Besides, is there any swap area in Android? The swap concept is in the Linux OS.
The program running in user mode should not cause the panic of the kernel, but the application crash. Either way the kernel development is completely different, I think the physical address for the virtual address should be found in the page table of the process.
Comments
Post a Comment