تحميل Happymod App
تحصل Logger - Offline Local Debugging Mod APK أحدث إصدار
This application is primarily intended for testers and developers.
It will help you
CATCH | EXPLORE | SHARE
your
MESSAGES | CRASHES | DEVICE INFORMATION
Instructions:
1. STEP
Add a Logger library to your project.
compile 'sk.rogansky.logger: logger: +'
2. STEP
If you want to use Logger instead of Android logger, just change the import from "import android.util.Log;" To "import sk.rogansky.logger.Log;".
3. STEP
To send crashes and your log messages, initialize Logger library.
Log.initialize (context);
If you want to send crashes in RELEASE mode too, initialize Logger with a unique channel.
Log.initialize (context, "channel");
Then insert the channel into Logger app.
4. STEP (optional)
To get network information, add ACCESS_NETWORK_STATE to the manifest.
5. STEP
Install the Logger application into your device.
6. STEP
If you have initialized the Logger library with the specified channel, also add this channel to the Logger application.
ATTENTION:
The Logger application will not work without the Logger library!
Library benefits and applications:
* Easy to use
* Logger library is compatible with Android logger
* Option to add multiple messages to one listing - Log.d ("TAG", Object ... messages);
* Automatic message deadlock at release (Logger must be initialized)
* View in a notification or save any of your messages - Log.d(Action, “TAG”, Object...messages);
* No internet connection needed
* It's FREE
فئة
أحدث إصدار
1.0.1
تم التحديث في
2019-07-05
تم الرفع بواسطة
Rsystems
يتطلب Android
Android 4.1 and up
1.معدل
2.تعليق
3.اسم
4.بريد الالكتروني