Logging not working
MohammedAlaaMorsi opened this issue · 3 comments
MohammedAlaaMorsi commented
when I enable logging for first time it writes log to the file but if I close the application and open it again it not continue writing to the file
bosphere commented
Please provide sample project or code snippet to reproduce this issue.
MohammedAlaaMorsi commented
Sorry I can't share my code ,I solved this issue by init() the FL every time my application starts on login page
bosphere commented
FL.init()
should be called only once upon app launch. The recommended approach is to create your own Application
subclass and do your one-time initialisation steps under its onCreate()
callback.
Anyways, closing this issue as nothing to be done in the scope of this project.