Debug Mode

1. Enabling Debug Mode

Debug mode enables you to see logs of various Tapjoy actions (sessions, placements, purchases, custom events, etc. ).

If you want to see this information, enable debug mode in your code after initializing the SDK but before making any other calls:

java
  Tapjoy.setDebugEnabled(true);

Note: Do not deploy your app to the Play Store with debug mode enabled.