Hi all,
Today my WhatsApp crashed the phone, it was a Kernel Panic. I'd like to pinpoint details, and thought doing a Logcat as soon as the phone recovered from restart would be a good first step. I've now spent hours trying to get this done, to no avail. All the tutorials I find (even from Google itself) haven't worked. I run Debian on PC and have GOS on a Pixel 6a.
I can get adb devicesto now show the Pixel 6a (no permissions issues as of this writing).
I've ensured the 'udev rules' are setup as follows:
filename:
contents of ^:
`# Pixel 6a vendor ID is: 18d1:4ee7
SUBSYSTEM=="usb", ATTR{idVendor}=="18d1", MODE="0660", GROUP="plugdev"
`
Did a PC restart, verified my User is in the plugdev group, and can access the Pixel6a via adb.
I'm stuck at the point in this tutorial trying to get console-ramoops to work. Even running the command as sudo I get "permission denied".
So, how do I generate a Logcat so I can post it here on this GOS board? Thanks in advance,
-Sehnsucht