Difference between revisions of "Trigger: Logcat Message"

m
m
Line 7: Line 7:
 
</pre>
 
</pre>
 
* ''How to grant permissions '' ''[https://macrodroidforum.com/index.php?threads/adb-hack-granting-extra-capabilities-via-the-adb-tool.48/ ADB Hack]''
 
* ''How to grant permissions '' ''[https://macrodroidforum.com/index.php?threads/adb-hack-granting-extra-capabilities-via-the-adb-tool.48/ ADB Hack]''
 
+
* ''If you have android 14, you need additional configuration.'' ''[http://www.macrodroidforum.com/index.php?threads/installing-helper-on-android-14.5606/ Installing helper on Android 14+.]''
 
* ''When this trigger is present, you can use more [...]'' ''[https://macrodroidforum.com/wiki/index.php/Magic_text#Logcat magic text]''
 
* ''When this trigger is present, you can use more [...]'' ''[https://macrodroidforum.com/wiki/index.php/Magic_text#Logcat magic text]''

Revision as of 22:06, 6 February 2024

The Logcat output is a device wide logging mechanism that logs key system events and errors.

This trigger will fire when the specified Logcat message content is seen within the device's Logcat output.

You can enable this feature to work on non-rooted devices using the adb tool from a connected PC. For full information check out this forum post here: