Android Application Development (AND-401) — Question 81
Which of the following statements about DDMS is incorrect?
Answer options
- A. You can display a list of currently running threads and select one to check its stack trace.
- B. You can use it to acquire screenshots of a terminal.
- C. You can forcibly execute garbage collection and check the present heap usage status.
- D. You can do simulations of network zone speed and bandwidth limitations.
Correct answer: B
Explanation
Option B is incorrect because DDMS is not used for capturing screenshots of a terminal; it primarily focuses on debugging and monitoring Android applications. The other options accurately describe features of DDMS, such as monitoring threads, managing garbage collection, and simulating network conditions.