mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-26 02:45:31 +01:00
Log rule execution
This commit is contained in:
@@ -466,7 +466,7 @@ public class EntityRule {
|
||||
private boolean _execute(Context context, EntityMessage message) throws JSONException, IllegalArgumentException {
|
||||
JSONObject jaction = new JSONObject(action);
|
||||
int type = jaction.getInt("type");
|
||||
Log.i("Executing rule=" + type + ":" + name + " message=" + message.id);
|
||||
EntityLog.log(context, EntityLog.Type.Rules, message, "Executing rule=" + type + ":" + name);
|
||||
|
||||
switch (type) {
|
||||
case TYPE_NOOP:
|
||||
|
||||
Reference in New Issue
Block a user