Google Analytics - NetworkOnMainThreadException on send in AsyncTask

前端 未结 2 1556
故里飘歌
故里飘歌 2020-12-10 21:29

I have to implement Google Analytics in the app I\'m working on. I\'m using Android Studio.

I\'m not quite sure yet if I should implement sending tracker from every

2条回答
  •  隐瞒了意图╮
    2020-12-10 22:12

    I wasted a day on searching the solution (I have the same lines of the thread dump) and released that it's not directly related to Google Analytics. The root cause was the next line: adView.destroy(); where adView == null. Seems Google Analytics tried to send this exception and crashed itself. I found it by disabling Google Analytics at all.

提交回复
热议问题