I am working on a large Xamarin Forms app. Lately I've been getting more messages that look like the one in the Subject.
A sample full message is like this:
[OpenGLRenderer] Davey! duration=1913ms; Flags=0, IntendedVsync=257158930563059,Vsync=257160813896317, OldestInputEvent=9223372036854775807, NewestInputEvent=0,HandleInputStart=257160823363879, AnimationStart=257160823419608,
PerformTraversalsStart=257160823868306, DrawStart=257160824350389, SyncQueued=257160826102056, SyncStart=257160826269191, IssueDrawCommandsStart=257160826810858, SwapBuffers=257160843695233, FrameCompleted=257160844374816,DequeueBufferDuration=269000,QueueBufferDuration=251000,
The part "duration=1913ms seems to imply that something is taking a couple seconds to do something. I often get a bunch of these and certainly notice everything slowing down.
Any thoughts as to what message this is trying to convey and how I can speed things up?
And why is "Davey!" in there?
Thanks for sharing your insight.