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:
Tapjoy.setDebugEnabled(true);
Note: Do not deploy your app to the Play Store with debug mode enabled.