Google Fabric: UiAutomation not connected

后端 未结 4 562
猫巷女王i
猫巷女王i 2021-01-30 13:02

After deployment of an app to Google Play Beta I see next issue in Crashlytics (6 - 7 users are affected)

Fatal Exception: java.lang.IllegalStateException: UiAut         


        
4条回答
  •  长情又很酷
    2021-01-30 13:37

    One thing is sure: you have an issue on UI. In most cases this occurs when you show a progress dialog that keeps being displayed for too much time. In this case the Google crawler goes in timeout and raises an exception. My advice is: be sure to not block UI with infinite dialogs.

提交回复
热议问题