Parassharmaa / usage_stats

Flutter Plugin to query Android Usage Statistics (Configurations, Events, Usage, Network)
MIT License
15 stars 21 forks source link

The network usage stats does not appear to be correct #27

Open mag1c-dev opened 1 year ago

mag1c-dev commented 1 year ago

Hello! Thank for good package. I have a problem about network usage stats. I take the usage data from before to the time of collection and send it to the server every day, like below.

Screen Shot 2023-06-01 at 09 09 02

I think the data will increase every day, but it doesn't seem to be as I expected. Screen Shot 2023-06-01 at 08 34 20

You can see, the data on May 30 and May 31 has no problem, but on June 1st, the data is reduced. this seriously affected my statistical calculations.