Search in Diagnostics

Important

Visual Studio App Center is scheduled for retirement on March 31, 2025. While you can continue to use Visual Studio App Center until it is fully retired, there are several recommended alternatives that you may consider migrating to.

Learn more about support timelines and alternatives.

In this section, you'll learn about the ability to search Diagnostics data in App Center.

App Center Diagnostics allows you to search for specific crashes and handled errors. In the Diagnostics overview, click on the magnifying glass to start using Search.

App Center Diagnostics search

Search types

App Center searches in the indexed fields, and can be done in two ways:

  1. Use the search box to include free text. This text will be searched in just the indexed fields.

Free text search

  1. Use the query builder to specify what fields you want to search on by clicking on the filtering icon.

Query builder

  1. If your Android, Unity, UWP, WPF, WinForms, or Xamarin app is tracking handled errors, you can specify the type of issue you want to search next to the search box.

Search type selection

Indexed fields

For crash and error reports:

  • User ID
  • Method
  • Class
  • Exception Type
  • Reason
  • Model
  • OS Version
  • Crash and error ID

For crash and error groups:

  • Method
  • Class
  • Exception Type
  • Reason
  • Crash and error group ID

Considerations

  • Only symbolicated crashes are searchable; you must upload the symbols to search for them.
  • The maximum number of matching reports we display is 100.
  • Search results show the last 28 days of data, whatever the retention settings.
  • The report or group ID is only searchable via the search box, not the query builder. The group ID is the 10 digit string after crashes/errors in the URL of the crash or error group. The crash and error report ID is the last 32 character string in the URL of the specific crash or error report. For example, your URL might look something like: appcenter.ms/orgs/appcenter/apps/test-app/crashes/errors/3132303808u/reports/2518291138564839999-00000000-0000-0000-0000-000000000000/threads. The group ID is 3132303808 and crash ID is 00000000-0000-0000-0000-000000000000.