slf4android
slf4android copied to clipboard
A simple implementation of slf4j api using android java.util.logging.Logger
The main purpose of this PR is to modularize this library so that the core feature, which is SLF4J binding, can be used without the burden of unnecessary dependencies such...
I have a question about logger behavior. I've added the logger init procedure in my Application class: ``` FileLogHandlerConfiguration fileHandler = LoggerConfiguration.fileLogHandler(this); PackageManager m = getPackageManager(); String s = getPackageName();...
Relevant Gradle config: implementation 'com.github.bright:slf4android:0.1.5' I am trying to log to a file, and in my activity I have this: @Override protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); FileLogHandlerConfiguration fileHandler =...
Hello, found on Crashlytics error (app crash) report: ` Caused by java.lang.NullPointerException: Attempt to invoke virtual method 'java.lang.String android.os.Bundle.getString(java.lang.String)' on a null object reference at pl.brightinventions.slf4android.NotifyDeveloperDialogDisplayActivity.onCreate(NotifyDeveloperDialogDisplayActivity.java:149) at android.app.Activity.performCreate(Activity.java:6288) at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1107)...
It would be nice to have non blocking file handler that in a thread safe manner would aggregate logs into single destination
Right now the "screen shot" is taken using a simple API [provided by android](http://developer.android.com/reference/android/view/View.html#buildDrawingCache%28%29). Here are some more robust attems: - using ddmlib - https://github.com/rtyley/android-screenshot-lib
Now it's in English. It would be nice if email content will be in language used in phone. Please add support to most popular languages like: German, French, Spanish, Italian...