-
-
Notifications
You must be signed in to change notification settings - Fork 962
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Log not printing in console #547
Comments
@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. |
I have enabled logging at Body level but log is not printing in console.
The text was updated successfully, but these errors were encountered: