IntelliJ IDEA IDE is very popular these days among Java, J2EE, and Python programmers and yes it is the default IDE or Android Programming (Andriod Studio).
At times when you run an application the logs are very overwhelming so it becomes difficult to search or debug an error stack trace or specific log you are interested in.
If you want to save the console (or logCat) logs to an external file you can follow the below steps,
- Goto Run Configuration, or Debug Configuration,
- Now Click on the Logs tab,
- Now Click checkbox "Save console output to file"
- Select Folder and File name where you want to output the logs.
- Click Apply
- Click OK to close
Now when you run your App, your logs should get saved to the external text/log file.
More Posts related to Android-Studio,
- Error running 'app': No target device found.
- How to save IntelliJ IDE Console logs to external log file
- Android Studio : Implement abstract methods shortcut
- Android Studio Error:(19, 0) Gradle DSL method not found: android()
- Android [SDK Manager] The system cannot find the path specified
- [Solution] Android Studio does not displays Toolbar in Layout Design
- [Android Studio] failed to find Build Tools revision 23.0.0 rc1
- [Android Studio] Hardcoded string Button, should use @string resource
- JDK Location in Android Studio
- Android Studio : Connection Error : Failed to download patch file
- Your Android SDK is missing, out of date or corrupted SDK Problem
- Cannot start Android Studio. No JDK found
- Android Studio : Build Tools 23.0.0 rc1 is deprecated
- Android Studio emulator/Device logCat logs not displayed
- Delete Android Studio Projects
- Android Studio : Change FAB icon color : FloatingActionButton
- How to install Android Studio Chipmunk and SDK tools on macOS (2021.2)
- Building library Gradle Project Info: Downloading services.gradle.org
- [Android Studio] Could not automatically detect an ADB binary
- The package must have at least one . separator [Android Studio]
- Create assets folder in Android Studio
- How to remove Floating Action Button Android Studio Blank Activity Template
- [Event Log] Android Studio performance could be improved
- The selected device is incompatible : Android Studio
- Disabling Spell Check in Android Studio
More Posts:
- How to get an embed code from Vimeo? - HowTos
- How to install Python 3.9 using brew on Mac - Python
- 🔥 [BTS ARMY] #ExaBLINK, #ExaARMY hashtags trending worldwide - BTS
- fill_parent vs match_parent vs wrap_content - Android
- JavaScript date in yyyy-MM-dd format - JavaScript
- How to make zsh as the default shell on Ubuntu - zsh
- Locate Notepad++ unsaved files backup location - NotepadPlusPlus
- MySQL #6 - Error on delete of './my-database/db.opt' (Errcode: 13 - Permission denied) - MySQL