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 2 Next »

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:
    [source, bash]
    ----
    adb logcat | grep GSPT
    ----

  2. Verify you have put the permission in your application manifest :
    [source, xml]
    .AndroidManifest.xml
    ----
    <uses-permission android:name="android.permission.INTERNET" />
    ----

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

Filter by label

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



  • No labels