0
votes
1answer
50 views

Android SLF4J: NoClassDefFoundError android.util.Log

I am porting an existing OSGi/Felix/iPOJO app from a windows over to Android. The app is using SLF4J. I have slf4j-android deployed as a bundle. However I am getting a ...
0
votes
1answer
37 views

Java logging for desktop and android [closed]

I am designing a Java API (https://github.com/jrenner/java-glances) and i want to know if there is a solution for logging that works on a PC as well as android?
0
votes
1answer
45 views

SLF4J.properties make it work in android

I am using SLF4J in various java projects, and works great. However I am trying it on android, and I can not make it see the properties file. According to their instructions, ...
1
vote
0answers
101 views

logback and code obfuscation in android

I am using Logback library for logging in my android application and it works great. However, when I export the application and obfuscate the code using Proguard, it does not work correctly (I'm using ...
0
votes
1answer
346 views

Runtime Error in Android Adv trying SLF4j - Logback

I want to use slf4j with logback in my Android application (IDE Eclipse). I have already added the jars file (slf4j-api-1.7.1 logback-android-1.0.7-1.jar) to build path in Eclipse. I try to launch my ...
6
votes
2answers
1k views

Which Android logging framework to use?

My question seems to be easily answerable, but there are several good solutions. I like to choose the 'best' one. Available frameworks (feel free to suggest more): Androlog SLF4J Android Log4J - ...
0
votes
2answers
760 views

Android best logger for logging into file

What is the best logger framework which perfectly use in Android system for logging text into file? I tried to use SLF4J-android but I got an exception 04-29 12:58:57.604: E/AndroidRuntime(372): ...
1
vote
0answers
982 views

Android and slf4j : “java.lang.NoClassDefFoundError: org.slf4j.LoggerFactory”

Two days ago, when my android project in eclipse still worked, I added "android SDK 4.0.3" to my SDKs (in addition to android SDK 2.1). From that moment on, I have a trouble with slf4j-android ...
0
votes
2answers
1k views

Android: Can't get logs with SLF4J-Android

I'm building a really simple Android project in ADT and using Maven. I have included both the slf4j-api and slf4j-android dependencies and I can see that everything is compiling properly. However, ...
1
vote
1answer
781 views

Android: No logs while logging via slf4j-android

I use library which uses sfl4j-api for logging in android application. So I use slf4j-android to get logs, but I only got following messages: I/AndroidLoggerFactory( 267): Logger name ...