hakan42 / sync-for-xing

Automated Android Contact Synchronization with XING
http://sync-for-xing.gurkensalat.com/
Apache License 2.0
2 stars 3 forks source link

Use logback instead of androlog #31

Open hakan42 opened 10 years ago

hakan42 commented 10 years ago

http://tony19.github.io/logback-android/

hakan42 commented 10 years ago

Development versions (built on developer box) should log to logcat, alpha and upwards (built on Jenkins) to the specific data directory /data/data/my-app-package/files

hakan42 commented 10 years ago

http://stackoverflow.com/questions/15085046/logback-and-code-obfuscation-in-android?rq=1

hakan42 commented 10 years ago

Make unit tests use logback as well:

https://github.com/tony19/logback-android/issues/52

hakan42 commented 10 years ago

Remove package name from LOGPATH by using /data/data/${PACKAGE_NAME}/files/my.log

https://github.com/tony19/logback-android/issues/53