ddms
Parsing debuginfo from dalvikvm (Android) in Eclipse
I\'m making a small Android-app in Eclipse that uses SQLite. It works quite well. When I out of the curiosity browsed through Logcat for some messages, I found repetives of these:[详细]
2023-03-10 02:05 分类:问答Is there a way to get a complete look at all of the memory a process has allocated?
First some backstory. I have a base vew that three of my app\'s primary views extend. The child views are empty, analog and digital. I place these child view into a gridview (2x3) and the gridview int[详细]
2023-03-09 01:43 分类:问答ddms emulator control disabled
i am beginner in android development and the problem is that emulator control is 开发者_StackOverflow中文版disabled on the ddms. I tried to open but i could not find how to open it again? How can i op[详细]
2023-03-05 17:27 分类:问答Better way of finding out where resources are going?
I have a memory leak in my app. So naturally I want to fix it. The issue is either I don\'t know how to use the DDMS and memory allocation tools or they are peices of crap (or both). So I\'m wondering[详细]
2023-03-05 13:46 分类:问答Android : Log messages in ddms are printing multiple times?
In my application , on clicking button , downloading some content fromweb server in async task. Every thing fine but when i observe DDMS , found that log messagesare repeating for multiple times.Is it[详细]
2023-03-04 11:53 分类:问答Android Native Heap Inspection DDMS
I\'m having trouble getting the native heap information from my HTC Magic running Android 2.2.1. I\'ve configured the standalone DDMS setting \"native=true\" and used the[详细]
2023-03-02 16:58 分类:问答Eclipse DDMS not showing anything but adb, ddms are working!
The eclipse DDMS perspective is not detecting any attached devices or even t开发者_C百科he emulator. I have tried using adb and ddms from the command line and both are working! What gives?If your devi[详细]
2023-03-02 16:55 分类:问答View ddms heap size
In relation to this topic Android: OutofMemoryError.... How Can you see the heap size on ddms (Eclipse)? I c开发者_如何转开发an only track allocations and it doesn\'t show nothingYou can try from cod[详细]
2023-03-01 01:48 分类:问答Android Development - App not loading on emulator, and DDMS not displaying anything?
I feel like i\'ve searched google eno开发者_如何学Pythonugh to now be in a position to ask this question without being one of those people who everyone hates. So before i state my problem i\'d just li[详细]
2023-02-27 02:18 分类:问答Android activity freezing, need assistance interpreting log
These events have recently been linked to the call mSurfaceHolder.unlockCanvasAndPost(canvas); Hey guys, been working on this app for a while now and every now-and-then it will simply freeze on me, s[详细]
2023-02-24 19:45 分类:问答