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