Does Android send crash/freeze reports to Google's Play Store even if the app was not downloaded using the Play app?-Collection of common programming errors

Actually, Google Play doesn’t literally “track” crashes. What it actually does is give the user the option to send a report when the app needs to Force Close (e.g. there’s an unhandled exception).

So, no. That option is not available unless the app was downloaded from Google Play.

Originally posted 2013-11-26 18:03:20.