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 connect the physical device to your
computer using a USB cable in order to use any debug tools with a deployed debug
application.
-
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.