> What steps will reproduce the problem?
I've made a menu item in my android app to allow the user to find the next full
moon from the current date.
So, on menu item click, I call MoonPhaseFinder.findFullMoonFollowing(cal)
> What is the expected output ? What do you see instead ?
When I use this functionnality on my PC there is no problem, but when I use it
on android plateform, it is not working well, it takes a long time to find the
result and it forces the GC to run. I get this kind of logcat :
...
07-06 10:33:28.405: DEBUG/dalvikvm(509): GC_CONCURRENT freed 4688K, 23% free
18428K/23751K, paused 7ms+19ms
07-06 10:33:29.484: DEBUG/dalvikvm(509): GC_CONCURRENT freed 24K, 14% free
20452K/23751K, paused 7ms+21ms
...
> What version of the product are you using ? On what operating system ?
Last zip downloaded, running on Google Nexus S android v4.1.2
> Please provide any additional information below.
N/A
Original issue reported on code.google.com by
n.michni...@gmail.comon 5 May 2014 at 1:28