Difference between revisions of "Trigger: Logcat Message"

m
 
(3 intermediate revisions by the same user not shown)
Line 5: Line 5:
  
 
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:
 
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:
 
https://macrodroidforum.com/index.php?threads/adb-hack-granting-extra-capabilities-via-the-adb-tool.48/
 
 
</pre>
 
</pre>
 +
* ''How to grant permissions '' ''[https://macrodroidforum.com/index.php?threads/adb-hack-granting-extra-capabilities-via-the-adb-tool.48/ ADB Hack]''
 +
* ''If you do not have MacroDroid Helper installed, download it from here.'' ''[https://www.macrodroidforum.com/index.php?threads/macrodroid-helper-apk.1/ Installing helper.]''
 +
* ''If you have Android 14, additional configuration is required.'' ''[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]''

Latest revision as of 22:17, 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: