user2167582
user2167582

Reputation: 6368

How to display network request list in android sdk profiler?

So I current can profile an apk and view the network graph as follow:

enter image description here

I am also seeing Advanced profiling is unavailable for the selected process which is weird b/c i have it turned on.

I cannot drag my cursor across the graph to inspect, what am I missing?

Upvotes: 1

Views: 168

Answers (1)

Tupio
Tupio

Reputation: 432

Try using this:

  • In the run configuration have "Enable advanced profiling" activated, even though it states this is only needed for API level < 26

  • Disable Proguard (this seems to be the most important)

From: Android Studio 3.0 Canary 8: Advanced profiling is unavailable for the selected process

Upvotes: 1

Related Questions