上传应用程序以播放商店Alpha跟踪后立即获取崩溃报告

时间:2018-10-16 17:21:35

标签: android google-play

当我以Alpha版本将APK上传到Google Play商店时,我立即在Firebase Crashlytics中获得以下报告:

Fatal Exception: java.lang.NullPointerException: Attempt to invoke virtual method 'java.lang.String java.lang.String.toLowerCase(java.util.Locale)' on a null object reference
       at com.google.firebase.database.obfuscated.zzdq.zza(com.google.firebase:firebase-database@@16.0.3:5111)
       at com.google.firebase.database.obfuscated.zzdq$2.run(com.google.firebase:firebase-database@@16.0.3:143)
       at java.lang.Thread.run(Thread.java:818)

我的应用程序源代码中没有引用任何源自错误的行,但更重要的是,还没有测试用户!

这是由运行我的应用程序的Google PlayStore中的某些自动化过程触发的,还有一些导致此异常的原因吗?考虑到在我的应用程序中没有引用源于崩溃的行,这仍然引起了崩溃从何而来的问题。

编辑

由于firebase现在似乎正在提供最新版本的数据库库中的源,所以我现在在上传后立即获得此崩溃报告

Fatal Exception: java.lang.NullPointerException
Attempt to invoke virtual method 'java.lang.String java.lang.String.toLowerCase(java.util.Locale)' on a null object reference
com.google.firebase.database.tubesock.WebSocketHandshake.verifyServerHandshakeHeaders (com.google.firebase:firebase-database@@16.0.4:111)
com.google.firebase.database.tubesock.WebSocket.runReader (com.google.firebase:firebase-database@@16.0.4:418)
com.google.firebase.database.tubesock.WebSocket.access$000 (com.google.firebase:firebase-database@@16.0.4:47)
com.google.firebase.database.tubesock.WebSocket$2.run (com.google.firebase:firebase-database@@16.0.4:143)
java.lang.Thread.run (Thread.java:818)

顺便说一句,现在在公开测试版中也是如此。

0 个答案:

没有答案