Skip to content
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

Closed
stefan-niedermann opened this issue Apr 23, 2020 · 5 comments
Closed

Android Studio Network Profiler not usable #199

stefan-niedermann opened this issue Apr 23, 2020 · 5 comments

Comments

@stefan-niedermann
Copy link
Member

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 and OkHTTP. 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

@tobiasKaminsky
Copy link
Member

According to Google, the Network Profiler supports only HttpUrlConnection and OkHTTP. I thought, that the main app does the requests with one of those libs, huh?

Not yet.
We are in the process of switching, but this takes some time.

@stefan-niedermann
Copy link
Member Author

What are you using right now if not HttpURLConnection?

@tobiasKaminsky
Copy link
Member

The old http apache client, e.g. org.apache.commons.httpclient

@stefan-niedermann
Copy link
Member Author

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"?

@tobiasKaminsky
Copy link
Member

Closing it…but keep it in mind ;-)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants