Open GoogleCodeExporter opened 8 years ago
Why wouldn't you implement your sender the same way as the EmailIntentSender
and pass your Application Context when you create the instance before providing
it to ACRA ?
Original comment by kevin.gaudin
on 5 Mar 2012 at 9:45
Mainly because I did not think of it for some reason, that works just as well I
guess. I suppose that I figured that I would trust ACRA to handle the Context
properly and release the object when required rather than trust the end user; I
have a strong desire not to leak the Context object but I suppose that you
cannot really leak the Application context in the same way that you can leak
Activity contexts. So this works just as well and that is what I will do;
thanks for your time.
Original comment by robertma...@gmail.com
on 5 Mar 2012 at 10:22
Original issue reported on code.google.com by
robertma...@gmail.com
on 15 Feb 2012 at 6:59Attachments: