Croak3114 I don't have a new Pixel so I don't know all of the answers to your questions, so I hope you're okay with some vagueness. Maybe someone who has a Pixel 8 will come along and share what they know.
Croak3114 If you ask me this is great because i hope it means that the MTE is actually catching and preventing memory safety violations?
Yes, I believe so.
Croak3114 I'm just wondering what the process would ideally look like for something like this, i receive a stack trace and a crash log when clicking the notification, i assume this is supposed to be passed along to the application developers so they can fix it?
Yes. They should fix the memory bug in their app. Hopefully having the crash log will help them diagnose the problem.
Croak3114 Does this contain any information i shouldn't provide or am i free to just copy the entire log and send it away? I am assuming that GOS cant really affect this in any way.
Again, since I don't have a Pixel 8, I am not 100% sure about this. I've collected crash logs when I've had apps crash because of memory bugs while being run with hardened_malloc
. Those logs didn't have any personal info, so I sent them without any modifications. I'd assume the new logs are the same, though only you can determine what you think is private information. For example, I've seen ANR crash logs that list some apps that are running in the background. I personally wouldn't want to send a log with that information.