05-29-2020 06:10 AM
I want to read the log messages in the logcat section of Android Studio in LabVIEW. Is this possible
05-29-2020 12:14 PM - edited 05-29-2020 12:14 PM
I believe Logcat is just constantly monitoring the log file for changes and then displaying the changes as they occur.
I am guessing the log file is a simple text file so reading it with LabVIEW would be no different than reading any other text file and monitoring it for changes.