Why my app info empty about Draw, Process, Execute adb shell dumpsys gfxinfo -


  1. i used, adb shell dumpsys gfxinfo

why app info empty draw, process, execute adb shell dumpsys gfxinfo? dont understand why empty stats. me pls.

** graphics info pid 3213 [com.kabam.marvelbattle] **  recent displaylist operations   save   cliprect   drawdisplaylist     drawpatch     save     cliprect     translate     drawpatch     drawdisplaylist       drawtext     restoretocount   drawdisplaylist   restoretocount drawrect drawpatch drawpatch drawtext drawdisplaylist   drawdisplaylist     drawdisplaylist       drawrect       save   cliprect   drawdisplaylist     drawpatch     save     cliprect     translate     drawpatch     drawdisplaylist       drawrect       drawtext     restoretocount   drawdisplaylist   restoretocount drawrect drawpatch drawpatch drawrect drawtext setupshader drawrect resetshader drawdisplaylist   drawdisplaylist drawdisplaylist   drawdisplaylist     drawcolor drawrect drawcolor  caches: current memory usage / total memory usage (bytes):   texturecache            30052 / 75497472   layercache                  0 / 50331648   renderbuffercache           0 /  8388608   gradientcache               0 /  1048576   pathcache                   0 / 33554432   textdropshadowcache         0 /  6291456   patchcache                768 /   131072   fontrenderer 0 a8     1048576 /  1048576   fontrenderer 0 rgba         0 /        0   fontrenderer 0 total  1048576 /  1048576 other:  fbocache                    0 /       16 total memory usage:   1079396 bytes, 1.03 mb  profile data in ms: com.kabam.marvelbattle/com.explodingbarrel.activity/android.view.viewrootimpl@41a7df30     draw    process execute  view hierarchy:    com.kabam.marvelbattle/com.explodingbarrel.activity/android.view.viewrootimpl@41a7df30 

6 views, 0.22 kb of display lists, 5 frames rendered

total viewrootimpl: 1 total views:        6 total displaylist:  0.22 kb 

in aosp exists several approaches how render ui:

  • based on cpu library such skia
  • based on hw accelerated library - such hwui

for above log, output means - activity not use accelerated hwui - there no allocated hardwarerenderer implementation activity's views. dumpgfxinfo() api implementation has nothing output here - see sources

here relevant question how enable skia gpu backend on jb - enable hwui utilization


Comments

Popular posts from this blog

mysql - Dreamhost PyCharm Django Python 3 Launching a Site -

java - Sending SMS with SMSLib and Web Services -

java - How to resolve The method toString() in the type Object is not applicable for the arguments (InputStream) -