Questions tagged [android-profiler]

Questions related to new Android-Profiling, including monitoring apps CPU, memory, and network activity. This also includes analyzing captured heap dumps, viewing memory allocations, and inspect the details of network-transmitted files.

The new Android Profiler window in Android Studio 3.0 replaces the Android Monitor tools. These new profiling tools provide realtime data for your app's CPU, memory, and network activity. You can perform sample-based method tracing to time your code execution, capture heap dumps, view memory allocations, and inspect the details of network-transmitted files.

Read more here.

122 questions
-1
votes
1 answer

Dynamic creation of view (textView, imageVIew etc.) in loop hangs the Android device. How to solve this?

I am creating dynamic views and adding it to the parent layout in a loop. So, when the data is much bigger, then it hangs the android system while setting the view. How to stop this ? Or any better way to populate large dynamic data which does not…
lajeet
  • 437
  • 2
  • 4
  • 22
-2
votes
1 answer

Can someone explain the meaning of android studio memory dump?

I know the "retained size", it mean "Total size of memory being retained due to all instances of this class", but what does the rectangle behind the number mean?
1 2 3
8
9