본문 바로가기

User Guide52

Android Monitor Basics (46) Android Monitor BasicsIn this documentPrerequisites and DependenciesDisplaying Android MonitorProfiling a Running App in Android MonitorSwitching between Devices and AppsRearranging Android Monitor WindowsTerminating an AppRemoving an App from a DeviceUsing Other Main Window FeaturesAndroid Monitor has a main window that contains the logcat, Memory, CPU, GPU, and Network Monitors. From this wind.. 2016. 6. 10.
Android Monitor Overview (45) Android Monitor Overview/In this documentLog MessagesPerformance MonitorsData AnalysisScreen and Video CapturesGet StartedAndroid Monitor helps you to profile the performance of your apps so you can optimize, debug, and improve them. It lets you monitor the following aspects of your apps from a hardware device or the Android Emulator:Log messages, either system- or user-definedMemory, CPU, and G.. 2016. 6. 10.
Performance Profiling Tools (44) Performance Profiling ToolsPutting pixels on the screen involves four primary pieces of hardware. To greatly simplify, the CPU computes display lists, the GPU renders images to the display, the memory stores images and data, and the battery provides electrical power. Each of these pieces of hardware has constraints; pushing or exceeding those constraints causes your app to be slow, have bad disp.. 2016. 6. 10.
MonkeyRunner (43) MonkeyRunnerA monkeyrunner class that contains static utility methods.SummaryMethodsvoidalert (string message, string title, string okTitle)Displays an alert dialog to the process running the current program.integerchoice (string message, iterable choices, string title)Displays a dialog with a list of choices to the process running the current program.voidhelp (string format)Displays the monkeyr.. 2016. 6. 10.
MonkeyImage (42) MonkeyImageA monkeyrunner class to hold an image of the device or emulator's screen. The image is copied from the screen buffer during a screenshot. This object's methods allow you to convert the image into various storage formats, write the image to a file, copy parts of the image, and compare this object to other MonkeyImage objects.You do not need to create new instances of MonkeyImage. Inste.. 2016. 6. 10.
MonkeyDevice (41) MonkeyDeviceA monkeyrunner class that represents a device or emulator accessible by the workstation running monkeyrunner.This class is used to control an Android device or emulator. The methods send UI events, retrieve information, install and remove applications, and run applications.You normally do not have to create an instance of MonkeyDevice. Instead, you use MonkeyRunner.waitForConnection(.. 2016. 6. 10.