hello
thx for the feedback.
about the long time when closing, it is due to a copy of 2 tables from the database to text files.
as the db is growing, it takes more & more time.
I made a change to solve this: I make a copy of the logs of the day only. it is much faster.
today, I tested also a variant with a very good approximation for distance (with autoadaptative coef).
it will be easier when somebody find this info in the CAN frames; it should be there as we have it with odo A & odo B.
I will test another variant without logging every second to see the effect on the stability.
when analysing the android log, I saw the GC (garbage collector) is quite busy.....
thx for the feedback.
about the long time when closing, it is due to a copy of 2 tables from the database to text files.
as the db is growing, it takes more & more time.
I made a change to solve this: I make a copy of the logs of the day only. it is much faster.
today, I tested also a variant with a very good approximation for distance (with autoadaptative coef).
it will be easier when somebody find this info in the CAN frames; it should be there as we have it with odo A & odo B.
I will test another variant without logging every second to see the effect on the stability.
when analysing the android log, I saw the GC (garbage collector) is quite busy.....