BounceScrollRunnableDefault is being spammed in the LogCat

699 Views Asked by At

Whenever I run my application and try to over-scroll in a ScrollView my LogCat is being spammed with over 50 entries all saying a similar thing:

run(), TimeFraction=0.785, mBounceExtent=31.378126

All with the tag: BounceScrollRunnableDefault

Only the numbers change a bit each entry.

In the ScrollView I have set overScrollMode to never.

Does all this debug-output slow down the app? And is there a way to prevent/suppress this big wall of output?

Note: The reason I've set the overScrollMode to never is because I didn't want the blue-ish overscroll glow that Android generates.

0

There are 0 best solutions below