Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What do these logcat messages mean "DurationMetric 621770508523184581 dropping data for what dimension key (10)0x2010101->11019[I] (10)0x30..."

Tags:

android

I have started seeing the following messages in my current Android application logcat output

2022-12-22 14:44:07.284 1349-1355 statsd statsd E DurationMetric 621770508523184581 dropping data for what dimension key (10)0x2010101->11019[I] (10)0x30000->*job*/com.my.app/androidx.work.impl.background.systemjob.SystemJobService#28[S] 

I have no idea what is causing them or what the message signifies

should I be concerned something is wrong with my application?

like image 471
Hector Avatar asked Oct 22 '25 07:10

Hector


1 Answers

Google found this page when searching for "android statsd".

https://source.android.com/docs/core/ota/modular-system/statsd

a native service that runs in the background collecting metrics

I don't think you need to be concerned. - unless that background task is unexpected when running the com.my.app package on your device.

like image 58
Chris Avatar answered Oct 23 '25 20:10

Chris



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!