Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4

Problem

Results are not displayed on the web interface after measures have been run.

Solution

  1. Verify the logcat of the android device with the tag GSPT:

    logcat
    adb logcat | grep GSPT

    These logs may give relevant information if a problem occurred during the measure.

  2. Verify permissions are properly set up in your application manifest:

    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.

  3. In your browser, https://your-instance.greenspector.com/api must return OK

Filter by label

There are no items with the selected labels at this time.



  • No labels