Skip to main content
Version: Android SDK

Troubleshooting

Check Android SDK is loaded correctly

You can use the Screeb.debug() command in your code.

You will get contextual information in the debugging log about the running user session:

Capture d’écran 2023-02-08 à 15 54 43

ℹ️ Output is printed with info log level.

Debug targeting rules

Since the targeting engine built by Screeb runs in the background, you may not understand which rules prevent your survey from being displayed to a user.

You can use the Screeb.debugTargeting() command in your code.

You will get a list of available surveys and the associated targeting rules:

Capture d’écran 2023-02-08 à 15 54 20

The rules with a green dot 🟢 are the ones that have been validated for this user. The rules with a red dot 🔴 are not validated and may be the reason why your survey is not displayed.

ℹ️ Output is printed with info log level.