Suppress messages like "did not fire because"

Lupus52

Member
Hello,

how can I block such messages "... did not fire because because ..." in m logfile. They are very anoying!

I don't want this new "feature" - I have some of these senseless messages 100 times a day

I only want to see what happens and not what does not.

21-11-22 08:45:19 - A: Variable setzen (GPS-Loc: Home) (GPS Home)
21-11-22 08:46:36 - SSID in Reichweite ([vYou_DDPai_M4, vYou_DDPai_M4, vYou_DDPai_M4]) did not fire because constraint failed: MacroDroid Variable (WG-CON-DASH = Falsch) (Auto Dashcam) (Auto Dashcam)
21-11-22 08:47:08 - SSID in Reichweite ([vYou_DDPai_M4, vYou_DDPai_M4, vYou_DDPai_M4]) did not fire because constraint failed: MacroDroid Variable (WG-CON-DASH = Falsch) (Auto Dashcam) (Auto Dashcam)
21-11-22 08:48:54 - SSID in Reichweite ([vYou_DDPai_M4, vYou_DDPai_M4, vYou_DDPai_M4]) did not fire because constraint failed: MacroDroid Variable (WG-CON-DASH = Falsch) (Auto Dashcam) (Auto Dashcam)
21-11-22 08:51:53 - T: Bereich erreicht (GPS-Fitness): 48.39651275,10.01283252 (GPS Fitness)
21-11-22 08:51:53 - Invoking Macro: GPS Fitness (GPS Fitness)
 

Endercraft

Moderator (& bug finder :D)
Hello,

how can I block such messages "... did not fire because because ..." in m logfile. They are very anoying!

I don't want this new "feature" - I have some of these senseless messages 100 times a day

I only want to see what happens and not what does not.

21-11-22 08:45:19 - A: Variable setzen (GPS-Loc: Home) (GPS Home)
21-11-22 08:46:36 - SSID in Reichweite ([vYou_DDPai_M4, vYou_DDPai_M4, vYou_DDPai_M4]) did not fire because constraint failed: MacroDroid Variable (WG-CON-DASH = Falsch) (Auto Dashcam) (Auto Dashcam)
21-11-22 08:47:08 - SSID in Reichweite ([vYou_DDPai_M4, vYou_DDPai_M4, vYou_DDPai_M4]) did not fire because constraint failed: MacroDroid Variable (WG-CON-DASH = Falsch) (Auto Dashcam) (Auto Dashcam)
21-11-22 08:48:54 - SSID in Reichweite ([vYou_DDPai_M4, vYou_DDPai_M4, vYou_DDPai_M4]) did not fire because constraint failed: MacroDroid Variable (WG-CON-DASH = Falsch) (Auto Dashcam) (Auto Dashcam)
21-11-22 08:51:53 - T: Bereich erreicht (GPS-Fitness): 48.39651275,10.01283252 (GPS Fitness)
21-11-22 08:51:53 - Invoking Macro: GPS Fitness (GPS Fitness)
You know, there's a filter in the system log to remove these...
 

MacroDroidDev

Administrator
Staff member
As shown you should be able to hide them by turning off constraints in the filter. They are certainly not senseless and are very useful for debugging complex macros to see the exact reason why actions don't run etc.

Your macros might be simple enough that you don't have much use for them but I can assure you other users have very complex macros where this level of debugging is very useful.
 

Lupus52

Member
As shown you should be able to hide them by turning off constraints in the filter. They are certainly not senseless and are very useful for debugging complex macros to see the exact reason why actions don't run etc.

Your macros might be simple enough that you don't have much use for them but I can assure you other users have very complex macros where this level of debugging is very useful.
Sorry - I was blind and didn't see the button. German name "Bedingungen".
I have even a lot of macros (>40), all working together and this message "did not fire" was annoying.

I would like to have the possibility to send a systemlogfile via command and then to delete or empty the original automatically. For example always at midnight or with "Button"
 

Endercraft

Moderator (& bug finder :D)
I would like to have the possibility to send a systemlogfile via command and then to delete or empty the original automatically. For example always at midnight or with "Button"
There are actions to do that (in Logging category) ; Export Log (System Log), and Clear Log (System Log).
 

Lupus52

Member
There are actions to do that (in Logging category) ; Export Log (System Log), and Clear Log (System Log).
Ok - thank you - it works. But it exports all available information. Can I reduce the export-output to a "normal" readable level like "Standard" when looking and filtering the protocol?

And how can I email such export file? I have an exported file and a working Emailkonfiguration. But how can I select a file to send?
 

Lupus52

Member
That would be a great feature request.


In the send email action, you can tick a box to attach the System Log (same for User Log).
I activated this box many times and the mails were always sent when I triggered the macro. But no syslog as content or attachment. Something goes wrong :-(
 
Top