LogcatReader Extension
Hey Kodular Community!
I’m excited to share a new extension called LogcatReader that allows you to read logcat messages directly from your Android device. This extension is particularly useful for debugging and monitoring application logs.
Features:
- Start reading logcat messages with a simple block.
- Receive logcat messages as a result through the
GotLogcatMessages
event.
How to Use:
- Add the
READ_LOGS
permission to your project’s UsesPermissions block in the manifest.<uses-permission android:name="android.permission.READ_LOGS" />
or
- Use the
StartReadingLogcat
block to initiate logcat reading. - Receive logcat messages through the
GotLogcatMessages
event.
Example Block:
Download Link:
com.rasitech.logcatreader.aix (7.5 KB)
Feel free to test it out and let me know your feedback! If you encounter any issues or have suggestions for improvements, please drop a comment below.