vedhavyas / acra

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

ACRA sends reports into wrong spreadsheet #144

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
I have used ACRA in my app for last month. Eventually my Google Spreadsheet 
became overused and I could not open it (Our servers are busy. Wait a bit and 
try again.) 
So I've made the new version of my app and create new google spreadsheet and 
new Form and I've shipped new app version with new form's key.

What is the expected output? What do you see instead?
I've expected that in new spreadsheet will be reports only from new version of 
my app but instead there is reports from ALL versions of my app.

How is it possible?

What version of the product are you using? On what operating system?
ACRA 4.3.0

Original issue reported on code.google.com by karabara...@gmail.com on 27 Sep 2012 at 2:22

GoogleCodeExporter commented 8 years ago
That's strange, in ACRA 4.3.0 we changed this behavior.
In previous versions, you could receive reports that had been recorded before 
the application was updated.

With ACRA 4.3.0, previous versions reports are supposed to be deleted. There is 
an option for this change : deleteOldUnsentReportsOnApplicationStart with a 
default value set to true.

I will check this.

Original comment by kevin.gaudin on 4 Oct 2012 at 5:06

GoogleCodeExporter commented 8 years ago
How could old versions send reports in the new spreadsheet? (I've created new 
spreadsheet specially for the new app version)

Original comment by karabara...@gmail.com on 4 Oct 2012 at 6:47

GoogleCodeExporter commented 8 years ago
If your application crashed while in its N-1 version, but could not send 
reports, then the reports have been stored to be sent later.
Users who update to version N will then still have reports form version N-1 and 
send them on application start.

It is not supposed to happen with ACRA 4.3.0 unless you set 
deleteOldUnsentReportsOnApplicationStart to false.

Original comment by kevin.gaudin on 13 Oct 2012 at 12:26

GoogleCodeExporter commented 8 years ago

Original comment by kevin.gaudin on 16 Oct 2012 at 8:27