Hello everyone,
I wanted to track some bugs on my app, and decided to create a logs system to track every main action of my app. So I added a local database and added some actions on my buttons to provide informations to this database.
I used the “change field” action, with a “new row” parameter each time. But eventually I realized that this could create what I call “database conflicts” : if my button also modifies another database, adding this “change field” action will cause the effect of the button to malfunction or not function at all. So I record and action in the logs but the action is finally not performed.
So I am wondering : is there and other and more simple way to create some log files or log databases ?