Closed GoogleCodeExporter closed 9 years ago
btw: I'm calling the
ErrorReporter.getInstance().addCustomData("activityLog", ACTIVITY_LOG_STRING);
in my OnCreate of the application.
Original comment by mathias....@gmail.com
on 30 Aug 2010 at 8:47
Hm, nevermind, I just looked at the source code of the ErrorReporter, where it
says "You should call this at several key places in your code the
* same way as you would output important debug data in a log file. Only the
* latest value is kept for each key"
I thought it's reading the current value via reflection, but seems not.
Therefore I moved the addCustomData to another place. Works ok now.
Original comment by mathias....@gmail.com
on 30 Aug 2010 at 9:05
Original comment by kevin.gaudin
on 6 Sep 2010 at 9:49
Original issue reported on code.google.com by
mathias....@gmail.com
on 30 Aug 2010 at 8:42