Enable debug logging firebase analytics

后端 未结 4 1668
再見小時候
再見小時候 2021-01-11 09:23

I\'m trying to enable debug logging for Firebase analytics in Android Studio. I have tried following the instructions found here and still don\'t see the logs I expect: http

4条回答
  •  轻奢々
    轻奢々 (楼主)
    2021-01-11 09:35

    Something that are maybe obvious to most people, but took me awhile to learn:

    • this does require root, adb root did not work on my physical device.
    • an emulator will give you root, but...
    • be sure you create your emulator with an image that contains Google API's, so that it will have play services.

提交回复
热议问题