LogcatReader Extension [FREE}

:rocket: LogcatReader Extension :rocket:

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.

:package: Features:

  • Start reading logcat messages with a simple block.
  • Receive logcat messages as a result through the GotLogcatMessages event.

:wrench: How to Use:

  1. Add the READ_LOGS permission to your project’s UsesPermissions block in the manifest.
    <uses-permission android:name="android.permission.READ_LOGS" />
    

or

  1. Use the StartReadingLogcat block to initiate logcat reading.
  2. Receive logcat messages through the GotLogcatMessages event.

Example Block:

:point_right: 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.

7 Likes

Good job :smiling_face_with_three_hearts: nice extension

3 Likes

Great Extension… Good work keep it up

3 Likes

Thank you. You’ve been creating extensions that make things easier for us. I’ve just granted you the Extension Developer badge to show our appreciation :blush:

Keep :kodular:oding.

2 Likes

thanks for that :smiling_face_with_three_hearts:

2 Likes

It is work in companion??

1 Like

yes, I have tried it

2 Likes