‎12-01-2006 05:38 AM
‎12-01-2006 07:11 AM
You probably can't completely avoid the error, but you can handle it.
For example - don't log all the time. Queue your data and only log it every N seconds. Then, if you try to log it and you get an error (check the error out terminal) then you can tell LV to skip one try and try it again later. If you keep getting errors, then you can alert the user.