You are on page 1of 6

Android Logs

Step 1: Navigate to the tools under Android


Step 2: Click on monitor.bat file
Step 3: Launch the Virtual Device from AVD (This can be done before Step 1 & Step 2)

Step 4: Observe the Devices Tab and the Device launched under DDMS in the below
Window (Android Debug Monitor)

Example : In the below screen shot emulator:5554 (Unique id which would be given for
each virtual device that is created ) under the window and on the Virtual device.

Step 5: Click on Logcat tab and we can see the device logs for the devices

Blackberry:

Step 1: Launch the Simulator


Step 2: Press ALT + L + G + L + G (Runtime logs can be viewed on the device using the
key combination)

Apple

Step 1: Connect your device to iTunes.


Step 2: Navigate to your device in iTunes and click on Sync
We can find the logs from the users PC in the below path
MAC
Navigate to Library under Go in MAC OS
~/Library/Logs/CrashReporter/MobileDevice/<DEVICE_NAME>/.
Windows XP
C:\Documents and Settings\Application Data\Apple
computer\Logs\CrashReporter\<DEVICE_NAME>\
Windows 7
C:\Users\AppData\Roaming\Apple
computer\Logs\CrashReporter\MobileDevice\<DEVICE_NAME>\
The other way of capturing the device logs using iPhone Configuration Utility tool
Step 1: Download the Tool from the http://support.apple.com/downloads/#iphone
%20configuration%20utility
Step 2: Open the tool and connect your device.

Step 3: Select the Device from the left side Devices Menu.
Step 4: Click on Console Tab to access the logs.

You might also like