where to find the log file on android device #2909
-
Hi, I run an simple toga apk with debug mode on android device, after run some days, I want to check the log, where can find it? |
Beta Was this translation helpful? Give feedback.
Answered by
freakboy3742
Oct 15, 2024
Replies: 1 comment 1 reply
-
Android logs are obtained using the Android Debug Bridge (adb); and, more specifically. the logcat tool that can be invoked over adb. ADB is installed as part of the Android SDK. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
Jzhenli
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Android logs are obtained using the Android Debug Bridge (adb); and, more specifically. the logcat tool that can be invoked over adb. ADB is installed as part of the Android SDK.