ThrottleService(79): unable reading network stats

前端 未结 1 917
温柔的废话
温柔的废话 2021-02-06 18:35

I am getting Exception \" ThrottleService(79): problem reading network stats\"
I don\'t know why this is giving me exception and in the App there is some commun

相关标签:
1条回答
  • 2021-02-06 19:21

    This has happened to me when I accidentally removed the following line from the manifest:

    <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
    

    Once I added it back there everything came back to normal.

    I hope this helps.

    0 讨论(0)
提交回复
热议问题