Fast-Android-Networking
Fast-Android-Networking copied to clipboard
Log not printing in console
I have enabled logging at Body level but log is not printing in console.
@Rohitsachdeva please show your source code
make sure. if you are using android studio. logcat is set on Debug
@Rohitsachdeva there is a issue when AndroidNetworking.upload
This will not print logs
@Rohitsachdeva yes you have to disable any network logging to use upload properly
@Rohitsachdeva I am facing the same issue. I have initialized my AndroidNetworking inside oncreate() and just below that line I am calling AndroidNetworking.enableLogging() and nothing is printed inside the console.