2

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.

postelrich
  • 3,274
  • 5
  • 38
  • 65

1 Answers1

1

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.

salminnella
  • 744
  • 2
  • 6
  • 17