android-profiler Questions
6
I am using Android Studio 3.1.3 and deploying my app on Lenovo Phab PB1-770M, (Android 5.1.1, API 22). Since yesterday, Android profiler has stopped detecting my device and even though I am able to...
Ingeingeberg asked 10/7, 2018 at 12:49
3
I'm trying to profile my app's memory allocations but android studio is taking very long time to fetch results of allocation recording (in fact it's been 45 min and ITS STILL FETCHING !!!)
here's...
Marshy asked 15/12, 2017 at 16:37
7
I am developing an Android app with multiple modules. The app uses ProGuard, compileSdkVersion is set to 27 in all modules, and when I tried to enable Advanced Profiling I continue to get a message...
Radiotelegraphy asked 12/6, 2018 at 9:27
1
We are ready to optimise app startup time.
The ultimate goal is to, quote
cold start into fragment X as quickly as the calculator is starting up
I do have a few ideas on what we could tweak ...
Gleda asked 15/3, 2019 at 18:13
1
In Android Studio Profiler, there are two places which display the size of native memory occupied by an app.
The first place is in the horizontal bar. Profiler documentation describes this as: "...
Harwilll asked 19/2, 2018 at 9:38
1
Solved
I'm trying to get better at hunting down memory leaks in Android.
I have discovered the Android Profiler and learned how to perform a heap dump and how to determine if there are too many instances...
Critic asked 14/8, 2018 at 12:20
6
I am trying to opening Profiler but it's not working as it stucks in loading, I have Android Studio 3.3.
Profiler stuck in loading
I am using this real device..
Avril asked 6/4, 2019 at 19:54
1
When I used Android profiler I noticed that graphics were Taking a lot of memory (169 mb) which was making the app extremely slow , and I though that it was caused by Bitmaps so I deleted all the b...
Botulin asked 23/8, 2018 at 6:15
2
Solved
Hi I am unable to view the allocated memory for my application when running the app on a real device/emulator, The profiler shows Allocated as N/A
below is the screenshot on how it looks,
I am ...
Impale asked 2/6, 2019 at 18:43
1
Solved
In Android Studio 3.2 there is a Profiler that let you know what is the energy consumption of your application.
We suspect a slow energy leak due to our application that reduces the battery autono...
Hypozeugma asked 4/10, 2018 at 12:43
2
Solved
I'm trying to analyze an app for memory leaks using the Android Profiler. Most online tutorials (and answers on this site) say to create a heap dump, save it with the .hprof extension, and then ope...
Formulism asked 9/10, 2018 at 17:44
1
Solved
I'm trying to learn how to identify and treat memory leaks in my App. I'm reading this great article, but I'm a bit confused about how to apply that in the new "Android Profiler" tool, that came wi...
Arlenaarlene asked 26/11, 2017 at 22:37
1
My app uses 75MB memory when the user opens it for the first time.
I have used Android Profiler Tool from Android Studio to examine memory usage of my Android app. When the main screen opens up, t...
Intended asked 1/3, 2018 at 9:45
2
Solved
My application runs perfectly.
But my logcat give an error every time when I run my application:
12-11 20:45:42.539 946-1547/package E/StudioProfiler: Studio Profilers
encountered an unexpecte...
Geopolitics asked 14/12, 2017 at 7:10
0
AFAIK android assigns heap limit based on OEM or Screen resolution of device and RAM it self.
ex: samsung s5 128mb is limit.
How to get current memory usage in android?
Whereas the android Profile...
React asked 8/12, 2017 at 12:40
1
© 2022 - 2024 — McMap. All rights reserved.