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

c# - passing input text from view to contoller with FacebookContext using Facebook app -

ios - Does Core Data autoupdate a many to many relationship on saving -

Calling a C++ function from C# by passing a string with variable size to it -