简体   繁体   English

即使不是使用Play应用下载的,Android也会将崩溃/冻结报告发送到Google的Play商店吗?

[英]Does Android send crash/freeze reports to Google's Play Store even if the app was not downloaded using the Play app?

Example: When sending a beta version to beta testers, I'll still want all of their crash/freeze reports to be sent to 'Google Play' (Former 'Android market'). 示例:向Beta测试人员发送Beta版本时,我仍然希望将其所有崩溃/冻结报告发送至“ Google Play”(以前为“ Android市场”)。

Note: Such a beta version can be published by email (for example) and not downloaded using 'Google Play'. 注意:此类Beta版本可以通过电子邮件发布(例如),而不能使用“ Google Play”下载。 It would be installed manually by allowing 'Unknown sources'. 通过允许“未知来源”将其手动安装。

Actually, Google Play doesn't literally "track" crashes. 实际上,Google Play并不是从字面上“跟踪”崩溃的。 What it actually does is give the user the option to send a report when the app needs to Force Close (eg there's an unhandled exception). 它的实际作用是使用户可以选择在应用程序需要强制关闭时发送报告(例如,存在未处理的异常)。

So, no . 所以, That option is not available unless the app was downloaded from Google Play. 除非从Google Play下载了该应用程序,否则该选项不可用。

Unless it is loaded from the market it wouldn't likely track it. 除非它是从市场上装载的,否则不太可能跟踪它。 Use Flurry, it's simple to add and works on apps emailed, downloaded, or whatever. 使用Flurry,添加和处理通过电子邮件,下载或其他方式进行的应用程序非常简单。

暂无
暂无

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

相关问题 用户从 Google Play 下载时应用崩溃 - App crash with user downloaded from Google Play 使用 Android Studio Android 应用程序在设备上运行 Google plus 但从 Play 商店下载时不起作用 - Using Android Studio Android app Working Google plus on device but when downloaded from play store Not Work ClassNotFoundException:如果Android应用是从Play商店下载的 - ClassNotFoundException: if Android App downloaded from play store android (flutter) - 从 Google Play 商店下载的应用程序在 Android 12 的启动画面后崩溃,但即使在发布版本中也能在本地正常工作 - android (flutter) - App downloaded from Google Play Store crashing after Splash screen in Android 12, but working fine locally even in release build 从Google Play下载后,应用首次启动时会崩溃(ExceptionInInitializerError) - App crash at first start after downloaded from Google play (ExceptionInInitializerError) 从App Store或Google Play下载时,Android App无法正常工作 - ANR - Android App not working when downloaded via App Store or Google Play - ANR Android是否会针对NDK / C ++问题发送崩溃报告(在Google Play中)? - Does Android send crash reports (in Google Play) for NDK/C++ crahses? Android - 将用户发送到应用程序的Android播放时发生奇怪的崩溃报告 - Android - Strange crash reports when sending the user to android play for the app Google Play控制台报告应用程序崩溃,我无法复制 - Google Play console reports app crash, I can not reproduce Google的Play商店应用如何快速启动? - How does Google's Play Store app start so quickly?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM