Acknowledged
CIQQA-3112

Profiler: Dc.draw* methods not registering

Not sure if this is a bug or intentional, but with SDK 8.1.1 in the simulator profiler, I can only see Dc.getHeight and Dc.getWidth. Calls to the drawing functions like Dc.drawText, dc.drawBitmap, dc.drawCircle or dc.drawArc are not registered. Screenshots will follow in comments.

Parents
  • The only Dc functions that show up:

    Also tried looking for any functions that have "draw" in it. It only shows my own function that encapsulate the Dc functions. Since these functions are called and content is shown on the screen, I am pretty certain that the Dc.draw* functions are called, they just do not show up on the profiler.

Comment
  • The only Dc functions that show up:

    Also tried looking for any functions that have "draw" in it. It only shows my own function that encapsulate the Dc functions. Since these functions are called and content is shown on the screen, I am pretty certain that the Dc.draw* functions are called, they just do not show up on the profiler.

Children
No Data