kingrukawa / acra

Automatically exported from code.google.com/p/acra
0 stars 0 forks source link

Wrong Fields Filling on Reports #74

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Setting the ACRA, for example:
@ReportsCrashes(formKey = 
"dE0xWDhWRWV3Mkg3bGZPTEExNmJtb2cXXX",customReportContent = {
        APP_VERSION_CODE,
        APP_VERSION_NAME,
        ANDROID_VERSION, 
        AVAILABLE_MEM_SIZE,
        DEVICE_FEATURES,
        DISPLAY,
        PACKAGE_NAME,
        PHONE_MODEL,
        PRODUCT,
        STACK_TRACE})
2. Making the app crash, (int i=1/0 by example)
3.Checking the form

What is the expected output? What do you see instead?
I was expecting to see the NAMEOFDATE in the NAMEOFFIELD, but i for example get 
the Stack Trace in build row, or the phone model in PRODUCT

What version of the product are you using? On what operating system?
ACRA 4.2.3
OSX 10.6.8
android minSdkVersion="7"

Please provide any additional information below.
Let me know how to fix it :D

Original issue reported on code.google.com by ierafael...@yahoo.com on 6 Sep 2011 at 2:41

GoogleCodeExporter commented 8 years ago
If you changed the content of the customReportContent array (nature, number and 
position of fields), you HAVE to create a new form with the corresponding 
fields in the same order.

Original comment by kevin.gaudin on 6 Sep 2011 at 2:45

GoogleCodeExporter commented 8 years ago
Oks i get it, thank you again for the info Mr. kevin.

Original comment by ierafael...@yahoo.com on 6 Sep 2011 at 3:21