Войти в кабинет
RU
EN
login
RU
EN
Поиск
App Monetization
Android
Integration
Version History
SDK
iOS
Integration
Version History
SDK
Unity
Integration
Version History
SDK
Getting started
Create an account
Connect additional accounts
Documents
Legal documents
Billing and payments
Change documents
Revenue withdrawal
User interface, navigation and statistics
Create an app and slots
Navigation and statistics
Black Lists
Formats and mediations
Android
iOS
Unity
myTarget SDK & Adapter Compatibility
In-App Bidding and Waterfall
myTarget in-app bidding
Testing
Debug mode
Integration Testing
Test mode Android
Test mode iOS
Test mode Unity
General
iOS 14
GDPR
app-ads.txt
Direct Deals
User Data
SDK Initialization
Integration with myTracker tracker
API
Reporting API
Reporting API: Statistics
Management API
Glossary
FAQ
Support / Contacts
Go to the Web Site Monetization
Help
/
App Monetization
/
Debug mode
Debug mode
Android
It is possible to enable the display of extended logs in Logcat. To do this, you can call the static method MyTargetManager.setDebugMode(true)
MyTargetManager.setDebugMode(true)
iOS
To enable the output of debugging information to the device console (or Xcode), you need to call the method:
[MTRGManager setDebugMode:YES];
To work with logs in code, use:
MTRGManager.customLogger
Pass your implementation of
MTRGLogger
to this property to get debugging information of different types.
Was this article helpful?
Да
0
Нет
0