问题描述
在Google Play上发布新版本应用程序后,立即发现一个来自未知设备的新崩溃。 >这是Crashlytics在应用程序上传到Google Play之后的屏幕截图。这个崩溃不是来自真正的设备。
有人知道这个模拟器是什么吗?
Crashlytics控制台:
在Splunk控制台的此屏幕剪辑中可以看到类似的崩溃模式: $ b
自从发布新版本后不久,我几乎只从这个设备看到崩溃,我猜这是一个 Google Play
新应用发布流程,其中 monkey test
您的应用。
我看到无法在UI中打开的调试活动崩溃,但可以通过直接意图访问,所以我也猜测这个猴子测试会覆盖该清单,直接启动随机活动,并播放同他们。
请参阅:
Immediately after publishing a new version of an application on Google Play, I get a burst of new crashes from an unknown device called "unknown Full Android on Emulator".
Here is a screenshot from Crashlytics after the application was uploaded to Google Play. This crash did not come from a real device.
Does anyone know what this emulator is?
Crashlytics console:
A similar pattern of crashes can be seen in this screen clip from the Splunk console:
Since soon after publishing a new version I see crashes almost only from this device, I'm guessing it's a Google Play
new app publishing flow, where they monkey test
your app.
I'm seeing crashes from Debug activities that can't be opened in the UI, but can be accessed via a direct intent, so I'm also guessing this monkey test goes over the manifest, launches random activities directly, and plays with them.
See: http://developer.android.com/tools/help/monkey.html
这篇关于发布到Google Play后应用程序爆发立即崩溃的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!