I had a problem with debugging a bundle after following the steps on Debugging an application bundle . My console will be spammed with “ERROR:PROFILER: Could not open /proc/stat”.
I tried to research on it but unable to find any result. So no sure what’s the underlying issue.
Good to know it didn’t crash! It seems that on newer Android versions we will be unable to fetch CPU (and/or memory) usage due to some permission restrictions. First of all we need to make that error print only happen once and not spam… But we also need to figure out a workaround.
It should be safe to ignore this print for now, but I’ll add issues for actually fixing this as well.