Hi,
I’m trying to develop my own HLA that is looking for specific I2C commands. Since I don’t care about other commands I want to run this analyzer over an indefinite time-period by using the looping capture scheme’s circular buffer with the smallest possible size (0.5GB) to reduce resource usage.
The problem I’m running in to is that the official I2C analyzer seems to hoard temp-files and not let them go until I close the entire Logic app (I’m running version 2.3.39). After a 820 second run my temp-folder has grown to 3.5GB and looks like this:
This is obviously a problem for running indefinitely. The reason I noticed it at all was because my Logic app kept crashing due to my hard drive being full. Hope you’ll be able to fix this in a future release!