简体   繁体   English

Android:在Play商店进行内部测试时,未知手机崩溃

[英]Android: Crashes from unknown phones while internal testing on Play Store

I've implemented Fabric (Crashlytics) in my app. 我已经在我的应用程序中实现了Fabric(Crashlytics)。 Since yesterday I started an internal test on the Play Store. 从昨天开始,我在Play商店开始了内部测试。 I created a new APK with a new version number. 我创建了一个具有新版本号的新APK。 Only two people have been added to this internal test (which includes myself and a coworker). 此内部测试仅添加了两个人(包括我自己和同事)。 This morning I got some crashes from Fabric. 今天早上,我从Fabric那里摔了下来。 But these crashes are from unknown phones: A rooted Samsung Galaxy S5 on Android 4.4.2 and a Samsung Galaxy J7 on Android 6.0.1. 但是这些崩溃是由未知的手机造成的:Android 4.4.2上扎根的Samsung Galaxy S5和Android 6.0.1上扎根的Samsung Galaxy J7。 Where are these crashes coming from? 这些崩溃从何而来?

Edit 编辑

Internal testing on the Play Store is new. Play商店的内部测试是新的。 It is like Beta or Alpha builds (so only available for testers added to it). 就像Beta或Alpha版本一样(因此仅适用于添加到其中的测试人员)。

I suspect this is from Google's pre-launch report . 我怀疑这是来自Google的发布前报告 When you upload an APK to an alpha, beta or testing track Google automatically runs your app on a number of devices to test quality. 当您将APK上传到Alpha,Beta或测试版时,Google会在许多设备上自动运行您的应用以测试质量。

We've experienced this on multiple projects too. 我们在多个项目中也都经历过。

We assume that some third party stores, like apkpure , grabbed our apks from the playstore to list them in their store. 我们假设某些第三方商店,像apkpure ,抓住我们的apk从Play商店中列出他们在他们的商店。

So those logs will either be from their internal testing devices, or from users that installed the app from the third party store. 因此,这些日志要么来自其内部测试设备,要么来自第三方商店中安装了该应用程序的用户。

We've found that all of our apps that have mysterious logs from unknown rooted devices are listed in one ore more third party stores. 我们发现,我们所有具有未知根目录设备神秘日志的应用程序都在一个或多个第三方商店中列出。

But again, this is only an assumption. 但是,这只是一个假设。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何将 Android 托管在 Play 商店的应用程序从内部测试转移到生产? - How to move an Android application hosted at Play Store from internal testing to production? Android 内部测试导致 Google Play 商店出现缓存问题 - Android Internal Testing causes cache issues in Google Play Store (Android)如何防止开发/测试过程中的崩溃进入Google Play崩溃报告? - (Android) How do I prevent crashes while developing/testing from going to google play crash reports? 播放商店Google帐户-相关的android手机 - play store google account - related android phones Google Play 商店内部测试链接无效 - Google Play Store Internal Testing Link Not Working 从Play商店下载Android游戏可正常调试,但会崩溃 - Android Game Debugs Fine but Crashes when Downloaded from Play Store Android应用程序通过Eclipse调试,没有错误,但从Play商店崩溃 - Android App debugs via Eclipse with no error but Crashes from Play Store Beta测试Android Play商店 - Beta Testing Android Play Store 在 Play 商店中将应用发布为生产版本之前,无法启动 alpha/内部 android 测试 - Can not start alpha/internal android testing before publishing app as production version in Play Store Wear os build 内部测试被 Google Play 商店拒绝 - Wear os build internal testing got rejected from google play store
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM