Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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

Solution

...

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

...

  1. Code Block
    languagebash
    titlelogcat
    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:

...

  1. Code Block
    titleAndroidManifest.xml

...

  1. <uses-permission android:name="android.permission.INTERNET" />

...

  1. If not set, the application cannot access the Internet and thus send results to your GREENSPECTOR instance.

  2. In your browser,

...

  1. https://your-instance.greenspector.com/api must return OK

Filter by label (Content by label)
showLabelsfalse
max5
spacescom.atlassian.confluence.content.render.xhtml.model.resource.identifiers.SpaceResourceIdentifier@185bfa9a
showSpacefalse
sortmodified
reversetrue
typepage
cqllabel in ("api","android") and type = "page" and space = "DOCUMENTATION"
labelsAPI Android

...