Trendyol / medusa

Android fragment stack controller

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fragment stack logger

iammert opened this issue · comments

Fragment stack is always complicated. This library aims that moves that complication to our Medusa library instead of your codebase. So which means we still need to debugging in Medusa library.

Logging is the perfect way to debug fragment stack. So we really need to create a logging module for Medusa library.

Logger needs to show current fragment stack state on every start/goBack action.