itsdrnoob / DataMonitor

Data usage monitoring app for android.
GNU General Public License v3.0
553 stars 49 forks source link

Reported total usage not matching #126

Closed jjreyes92 closed 1 year ago

jjreyes92 commented 1 year ago

The reported total usage is not matching (or even coming close) to the sum of the individual usages listed by app. For instance, today at this moment when I haven't been using the phone much, the total WIFI usage says ~2GB when the sum of all the reported WIFI usages by app comes to ~256 MB. What could be an explanation for this?

itsdrnoob commented 1 year ago

Let me check it and get back to you.

itsdrnoob commented 1 year ago

@jjreyes92 Do you have any applications added to the "Excluded Apps" list? As that could cause variations in both calculations. Also is this recurring issue?

Aarekaz commented 1 year ago

Similar issue here! Screenshot_20230201-091656.png

Screenshot_20230201-091153.png

No apps excluded

jjreyes92 commented 1 year ago

@itsdrnoob

No excluded apps but i figured out the issue. I have a second profile on my phone. I had the app installed on my main profile but not on the second. It takes into account total usage on the secondary profile but doesn't list the individual apps and their usages from the second profile. I installed the app on my secondary profile and checked the usage on there. Now it checks out better when i combine the listed usages on both profiles. If i assume you use 1000 MB = 1GB, the individual usages for today overshoot a bit to 2.76197 GB and if i assume you use 1024 MB = 1 GB then they undershoot a bit to 2.72911 GB when the reported total usage is 2.74 GB. Is there any other reason they wouldnt match up exactly? But anyway, sorry if i wasted your time looking for basically a nonissue.

itsdrnoob commented 1 year ago

Is there any other reason they wouldnt match up exactly?

AFAIK, no. The results are exactly what's returned by the system. And data used in secondary profiles won't be shown in total usage in the primary profile anymore.