-
Notifications
You must be signed in to change notification settings - Fork 30
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
Android Studio Network Profiler not usable #199
Comments
Not yet. |
What are you using right now if not |
The old http apache client, e.g. org.apache.commons.httpclient |
Shall we keep this issue open for tracking purposes or shall we close it since it will be fixed "at some point in the future"? |
Closing it…but keep it in mind ;-) |
A great tool is the Android Studio Network Profiler. Unfortunately it seems to be useless in combination with tge SSO library.
The 3rd-party-client doesn't show any traffic at all, that's fine because the actual traffic is done by the main app.
Analysing the main app shows, that some traffic occurs, but one cannot see the single requests and responses.
According to Google, the Network Profiler supports only
HttpUrlConnection
andOkHTTP
. I thought, that the main app does the requests with one of those libs, huh?Maybe this is even a bug in the main app. However, it would be great and helpful to be able to use this tool.
cc @desperateCoder
The text was updated successfully, but these errors were encountered: