Open GoogleCodeExporter opened 9 years ago
Did you verify that your tests run through when you moved the call
updateAddonTerminals() to onCreate() where the buildin terminals are also
created?
In this case it's easiest if we also keep the AddonTerminals static over the
service life-time.
Original comment by Daniel.A...@gi-de.com
on 18 Sep 2012 at 10:41
One possible "workaround" to this crash, could be making AddonTerminal.java
getPackageNames to be thread safe, which is by adding synchronized keyword on
the function declaration
Original comment by tommypo...@gmail.com
on 23 Apr 2013 at 8:49
Still seem to be reproducible on 3.1
Original comment by tommypo...@gmail.com
on 19 Dec 2013 at 9:53
Original issue reported on code.google.com by
tommypo...@gmail.com
on 14 Sep 2012 at 8:44