Posted on Leave a comment

Debugging and profiling and polishing

Debug Your App

https://www.udacity.com/course/android-performance–ud825

www.youtube.com/playlist?list=PLWz5rJ2EKKc9CBxr3BVjPTPoDPLdPIFCE – 58 – 73 video in the list

Profiling:

  • performance monitor
    • memory monitor
    • cpu monitor
    • gpu monitor
    • network monitor
  • data analysis
    • java heap viewer
    • allocation tracker
    • method trace
    • system trace
  • rendering
    • Hierarchy Viewer
    • GPU Overdraw (Developer Options on your device)
    • GPU Rendering (Developer Options on your device)

 

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.