I’m trying to capture NVRAM Data while some other processes are using it and resulting it in inconsistent data and after uploading it getting NVRAM Corrupt Crash. Need a way to capture it.
It’s bit impossible to create a Mutex as there are multiple process around 10+ process using it, internally there are even more files using it.
Have tried to collect it normally without suspending the process, resulting in corrupt. Is it right to suspend and resume it after capturing NVRAM data, is it ideal way of using? In my case, it might result in getting crash.
NaveenBasireddy is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.