Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Log android auto while connected to car

How can I get the logs for android auto when connected to my car? I have Force logging but not sure how to actually record logs.

like image 256
postelrich Avatar asked Apr 26 '26 21:04

postelrich


1 Answers

You can always take a bugreport from the device later on after some testing. To see the logs in real time as its connected to the car, you can checkout the ADB documentation on how to Connect to a device over Wi-Fi, and use a laptop to connect with since the usb connection will be used on the phone to connect to the car or DHU.

Once the phone is connected with the laptop, you can open a terminal and stream the logcat there.

like image 198
salminnella Avatar answered Apr 29 '26 11:04

salminnella