Firebase测试实验室,Robo测试创建问题。 [英] Firebase Test Lab, Robo Testing creating issue.

查看:328
本文介绍了Firebase测试实验室,Robo测试创建问题。的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我开发了一个android应用程序,这个应用程序现在处于测试阶段。我已经在物理设备以及Genymotion上进行了测试,使用不同的设备和API的组合,并且应用程序工作正常。对于Robo测试,我正在使用Firebase测试实验室。在API级别大于23的虚拟设备上,出现错误

 致命例外:local-1 
进程:com.google.android.videos,PID:7122
java.lang.NullPointerException:尝试从空对象引用字段'java.lang.String android.accounts.Account.type'中读取引用
在android.os.Parcel.readException(Parcel.java:1689)
at android.os.Parcel.readException(Parcel.java:1636)
at com.android.vending.contentfilters.IContentFiltersService $存根$ Proxy.getContentFiltersAndIntent(SourceFile:139)
at com.google.android.videos.service.contentfiltering.ContentFiltersManager $ 1 $ 2.get(SourceFile:484)
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)
在java。 util.concurrent.ThreadPoolExecutor $ Worker.run(ThreadPoolExecutor.java:607)
在com.google.android.videos.utils.PriorityThreadFactory $ 1.run(SourceFile:42)
在java.lang.Thread .run(Thread.java:761)

我无法找出原因,请问请为此建议我可能的原因。谢谢

解决方案

您可能发现我们的虚拟设备存在问题。 p>请使用 https://firebase.google.com提交错误页面/ support / contact / bugs-features / 将信息传递给正确的人员。


I have developed an android application, and this app is now in testing phase. I have tested this on physical devices as well as on Genymotion, with different combinations of devices and API , and the app is working fine. For Robo testing, I am using Firebase Test Lab. On virtual device having API level greater than 23, I am getting below error

  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)

I am unable to figure out reason for this, will you please suggest me possible causes for this. Thanks

解决方案

You may have found an issue with our virtual devices.

Please use the submit a bug page on https://firebase.google.com/support/contact/bugs-features/ to get the information to the right people.

这篇关于Firebase测试实验室,Robo测试创建问题。的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆