Disabling chrome data saver while debugging

4.3k Views Asked by At

I'm trying to inspect a website on chrome for Android with chrome dev tools on my pc.

First of all, i check data saver is disabled for chrome on Android and it is

Screenshot

Then, i connect my phone with my pc, run chrome dev tools and i get the warning

Considering disabling Chrome Data Saver while debugging.

Why do I get this message if data saver on chrome for Android is disabled?

The problem is that debugging is impossible, because I get a blank screen

Screenshot debugger

How can I fix this?

1

There are 1 best solutions below

1
On

does this mean that they will just remove the alert and still keep people using the Chrome Data Saver functionality while debugging?

[Devtools] Moved chrome data saver warning to console Removes the infobar for "Please consider disabling chrome data saver" and moved it into the console instead through the NetworkLog. We will now sniff the headers looking for the chrome proxy and show the console message only when we see the main resource was loaded with the proxy header present. see b/63351364 for new p-link request.

source https://bugs.chromium.org/p/chromium/issues/detail?id=455981