acralyzer icon indicating copy to clipboard operation
acralyzer copied to clipboard

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

Open karnasoneji opened this issue 12 years ago • 4 comments

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 ?

karnasoneji avatar Jul 17 '13 20:07 karnasoneji

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 avatar Jul 18 '13 05:07 KevinGaudin

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 avatar Jul 18 '13 05:07 KevinGaudin

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:

  • [ ] Better handling of bugs with all reports deleted
  • [x] Update doc with required fields
  • [ ] Check handling of PHONE_MODEL field as single data about device

KevinGaudin avatar Jul 18 '13 05:07 KevinGaudin

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.

karnasoneji avatar Jul 18 '13 06:07 karnasoneji