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

Popular posts from this blog

Java - Error: no suitable method found for add(int, java.lang.String) -

java - JPA TypedQuery: Parameter value element did not match expected type -

c++ - static template member variable has internal linkage but is not defined -