Difference between revisions of "Trigger: Logcat Message"
m |
|||
Line 3: | Line 3: | ||
This trigger will fire when the specified Logcat message content is seen within the device's Logcat output. | This trigger will fire when the specified Logcat message content is seen within the device's Logcat output. | ||
− | You can enable this feature | + | 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: |
− | |||
− | 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/ | https://macrodroidforum.com/index.php?threads/adb-hack-granting-extra-capabilities-via-the-adb-tool.48/ |
Revision as of 06:49, 21 May 2021
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: