Hi, To get (Log files) for (Android) you need to do a few things. I will describe them below.
-
Enable (Developer Mode) on your device and then enable (USB Debugging).
-
Connect your (Android divace) to (PC) using (USB).
On (Android) tap (file transfer). -
Install driver (Google USB Driver) via (Android studio)
You can follow this tutorial if you want: https://www.youtube.com/watch?v=_kstvkL8NI4&ab_channel=TechizVibe
- Apply the installed driver to your connected device (Update driver):
You can follow this tutorial if you want: https://www.youtube.com/watch?v=_kstvkL8NI4&ab_channel=TechizVibe
Select drive of way - (\SDK\extras\google\usb_driver)
-
Run (CMD) and write command (adb devices).
You should see your device in List.
-
Write command (adb logcat -s UE) for start see (Logs) of your (Android divace)
DONE! You can see log file in realtime!
Play and reproduce the problem that bothers you.