Welcome to the Xamarin.Forms feedback portal. We’re happy you’re here! If you have feedback on how to improve the Xamarin.Forms, we’d love to hear it!
Thanks for joining our community and helping improve Syncfusion products!
I am having some difficulties using the Xamarin SfScheduler to display a recurring appointment in Android with the following recurring rule
FREQ=YEARLY;COUNT=92;BYDAY=MO;BYMONTH=7;BYSETPOS=1
I have tested that pattern with your Demo "SampleBrowser.SfSchedule (Android)
When I am trying to display one of the appointments of the series, the application hangs.
The Visual Studio output window shows the following text, which is repeated endlessly:
06-16 12:38:24.982 I/wser.SfSchedul(22253): Explicit concurrent copying GC freed 3(31KB) AllocSpace objects, 0(0B) LOS objects, 19% free, 25MB/31MB, paused 291us total 45.901ms
06-16 12:38:24.984 D/Mono (22253): GC_TAR_BRIDGE bridges 353 objects 367 opaque 0 colors 353 colors-bridged 353 colors-visible 353 xref 0 cache-hit 0 cache-semihit 0 cache-miss 0 setup 0.05ms tarjan 0.04ms scc-setup 0.04ms gather-xref 0.01ms xref-setup 0.01ms cleanup 0.03ms
06-16 12:38:24.984 D/Mono (22253): GC_BRIDGE: Complete, was running for 48.56ms
06-16 12:38:24.984 D/Mono (22253): GC_MAJOR: (user request) time 8.16ms, stw 12.06ms los size: 3228K in use: 1828K
06-16 12:38:24.984 D/Mono (22253): GC_MAJOR_SWEEP: major size: 5104K in use: 3832K
06-16 12:38:24.984 I/monodroid-gc(22253): 46552 outstanding GREFs. Performing a full GC!
06-16 12:38:25.042 I/wser.SfSchedul(22253): Explicit concurrent copying GC freed 3(31KB) AllocSpace objects, 0(0B) LOS objects, 19% free, 25MB/31MB, paused 245us total 47.409ms
06-16 12:38:25.045 D/Mono (22253): GC_TAR_BRIDGE bridges 353 objects 367 opaque 0 colors 353 colors-bridged 353 colors-visible 353 xref 0 cache-hit 0 cache-semihit 0 cache-miss 0 setup 0.10ms tarjan 0.10ms scc-setup 0.05ms gather-xref 0.01ms xref-setup 0.01ms cleanup 0.03ms
06-16 12:38:25.045 D/Mono (22253): GC_BRIDGE: Complete, was running for 50.88ms
06-16 12:38:25.045 D/Mono (22253): GC_MAJOR_SWEEP: major size: 5104K in use: 3879K
06-16 12:38:25.045 D/Mono (22253): GC_MAJOR: (user request) time 8.74ms, stw 10.44ms los size: 3228K in use: 1828K
06-16 12:38:25.055 I/monodroid-gc(22253): 46515 outstanding GREFs. Performing a full GC!
06-16 12:38:25.101 I/wser.SfSchedul(22253): Explicit concurrent copying GC freed 3(31KB) AllocSpace objects, 0(0B) LOS objects, 19% free, 25MB/31MB, paused 253us total 44.768ms
06-16 12:38:25.103 D/Mono (22253): GC_TAR_BRIDGE bridges 353 objects 367 opaque 0 colors 353 colors-bridged 353 colors-visible 353 xref 0 cache-hit 0 cache-semihit 0 cache-miss 0 setup 0.04ms tarjan 0.05ms scc-setup 0.04ms gather-xref 0.01ms xref-setup 0.01ms cleanup 0.04ms
06-16 12:38:25.103 D/Mono (22253): GC_BRIDGE: Complete, was running for 47.71ms
06-16 12:38:25.103 D/Mono (22253): GC_MAJOR: (user request) time 7.61ms, stw 9.78ms los size: 3228K in use: 1828K
06-16 12:38:25.103 D/Mono (22253): GC_MAJOR_SWEEP: major size: 5104K in use: 3879K
06-16 12:38:25.111 I/monodroid-gc(22253): 46554 outstanding GREFs. Performing a full GC!