Changes

no edit summary
Line 66: Line 66:  
* Log messages are processed in real-time as they appear.
 
* Log messages are processed in real-time as they appear.
 
* Wildcards (*) can be used in both component and text fields.
 
* Wildcards (*) can be used in both component and text fields.
* The trigger uses a coroutine-based approach for efficient background processing.
  −
* On rooted devices, the trigger can access logcat output with elevated privileges.
  −
* Diagnostic mode can be enabled in the code for troubleshooting (logs every 100 lines processed).
      
''' Performance Considerations '''
 
''' Performance Considerations '''
Line 75: Line 72:  
* Use specific component filters when possible to reduce processing overhead.
 
* Use specific component filters when possible to reduce processing overhead.
 
* Consider the volume of log messages your filter might match.
 
* Consider the volume of log messages your filter might match.
  −
''' See Also '''
  −
  −
* [[ADB_Hack|ADB Hack Guide]]
  −
* [[MacroDroid_Helper|MacroDroid Helper]]