我开发了一个Android应用程序,这个应用程序现在处于测试阶段。我已经在物理设备和Genymotion上测试了这个,它有不同的设备和API组合,应用程序运行正常。对于Robo测试,我使用的是Firebase测试实验室。在API级别大于23的虚拟设备上,我收到错误
FATAL EXCEPTION: local-1
Process: com.google.android.videos, PID: 7122
java.lang.NullPointerException: Attempt to read from field 'java.lang.String android.accounts.Account.type' on a null object reference
at android.os.Parcel.readException(Parcel.java:1689)
at android.os.Parcel.readException(Parcel.java:1636)
at com.android.vending.contentfilters.IContentFiltersService$Stub$Proxy.getContentFiltersAndIntent(SourceFile:139)
at com.google.android.videos.service.contentfiltering.ContentFiltersManager$1$2.get(SourceFile:484)
at com.google.android.videos.service.contentfiltering.ContentFiltersManager$1$2.get(SourceFile:478)
at com.google.android.videos.utils.async.SupplyToReceiverRunnable.run(SourceFile:30)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1133)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:607)
at com.google.android.videos.utils.PriorityThreadFactory$1.run(SourceFile:42)
at java.lang.Thread.run(Thread.java:761)
我无法弄清楚这个原因,请你告诉我可能的原因。感谢
答案 0 :(得分:1)
您可能发现我们的虚拟设备存在问题。
请使用https://firebase.google.com/support/contact/bugs-features/上的提交错误页面将信息提供给合适的人。