ACRA / acralyzer

Open source backend for ACRA reports.
GNU General Public License v3.0
489 stars 90 forks source link

Acralyzer misplaces values of Field like Version code ,etc Also showing wrong time #51

Open karnasoneji opened 10 years ago

karnasoneji commented 10 years ago

I have the below line in my code customReportContent = { APP_VERSION_CODE, ANDROID_VERSION, PHONE_MODEL, CUSTOM_DATA, STACK_TRACE, LOGCAT ,REPORT_ID}

My App version is 1.0 , Android version is 4.0.4.

But in the bug report , values are misplaced.

Check in the snapshots bug1 bug2

Also showing wrong time of arrival bug3

It shows 44 Years ago. Also # of errors repoted is "0".

Can any one detect the problem ?

KevinGaudin commented 10 years ago

You need to add APP_VERSION_NAME and PACKAGE_NAME to fix the misplaced fields and missing exception.

The crash date is based on your device time when the crash occurs. I guess your android device and the computer you're using have a few minutes (seconds ?) of difference.

KevinGaudin commented 10 years ago

In your case the date is the report reception date on your server as the USER_CRASH_DATE is not included. The difference in time is between your iriscouch instance and your browser.

KevinGaudin commented 10 years ago

The bug with 44 years ago displayed time and 0 reports is certainly a bug on which you acted some way (added a comment or switched the resolution state at least once) and then deleted its reports.

It looks like Acralyzer does not handle this properly ;-)

Actions to be taken on my side:

karnasoneji commented 10 years ago

Hello, Kevin Gaudin! Thank you for taking time to look at. The bug with 44 years ago is certainly because of deleting reports after changing status of Bug.