...
Results are not displayed on the web interface after measures have been run.
Solution
...
bgColor | #fff |
---|
Verify the logcat of the android device with the tag GSPT:
...
Code Block language bash title logcat adb logcat | grep GSPT
These logs may give relevant information if a problem occurred during the measure.
Verify permissions are properly set up in your application manifest:
...
Code Block title AndroidManifest.xml
...
<uses-permission android:name="android.permission.INTERNET" />
...
If not set, the application cannot access the Internet and thus send results to your GREENSPECTOR instance.
- In your browser,
...
- https://your-instance.greenspector.com/api must return OK
Related articles
Filter by label (Content by label) | ||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
...