Memory Profiling 101 (100 Days of Google Dev)

preview_player
Показать описание
Tracking down memory problems in your application doesn’t have to be a chore! Alex Danilo has some great advice on how to use AndroidStudio’s tools to find, and fix memory problems in your application.


100 Days of Google Dev / 100 developer videos over 100 days / #GoogleDev100

Рекомендации по теме
Комментарии
Автор

hey guys, have you tried dynatrace ?
you can see in one click where in your code/line is the root cause of the problem.
not only in the mobile perspective, but if the web service your app access has a problem, you can see it also.
take a look, it is really good and easy to use.

renatopuccini
Автор

This tool is now deprecated, update Android Studio and use its Android Profiler.

MucciciBandz