Skip to content
KevinGaudin edited this page Sep 25, 2012 · 31 revisions

Report Content #

Here is a description of all fields contained in ACRA's reports. Most of them are always filled, some might require extra configuration or system permissions.

REPORT_ID #

Since: 4.0 - Default: Yes

A unique identifier for this report. If you receive 2 reports with the same ID then ACRA sent the same report twice. Most of the time this happens on poor network conditions.

APP_VERSION_CODE #

Since: 1.0 - Default: Yes

Application version code. This is the incremental integer version code used to differentiate versions on the android market.

See PackageInfo.versionCode.

APP_VERSION_NAME #

**Since: 1.0 - Default: **Yes

Application version name.

See PackageInfo.versionName.

PACKAGE_NAME #

Since: 1.0 - Default: Yes

Application package name.

See Context.getPackageName().