You can view the Android device logs in a browser on your development
machine.
			Before you begin:
			
				
					- Your app must be able to run in development mode or be the deployed debug version of
						the app. 
 
					- You must physically connect the device to your computer using a USB cable. Wireless
						debugging from within Genero Studio is not supported.
 
				
			 
		 
- 
If you are going to run your app in developer mode, complete these steps.
- 
From Genero Studio, launch your app.
 
- 
Select .
The device logs display in the Output view. New log
entries will be appended in real time.
 
 
- 
If you are going to run the deployed debug version of your app, complete these steps.
- 
To run the app from your device, launch your app in debug mode. See Run the debug version of a deployed app (Android).
The application launches and the initial form displays.
 
- 
Swipe down on the icon bar and locate the entry for the Debug service. Make a note of the URI
address provided.
The URI takes the form of
http://<device_ip_address>:<port_number>.
 
- 
Open a browser and enter in the URI from the previous step.
 
- 
Click Android Logcat.
The device logs display.