Hello android, I am trying to set up network and a...
# android
s
Hello android, I am trying to set up network and app logs in my app. Can any one guide me to the right way of doing this #netlogs #logging
stackoverflow 4
@TarunY
h
For network logs you can use okhttp logging interceptor
That is incase you are using retrofit to make your network calls
t
@Harun As suggested by harun use okhttp interceptor