android - Disabling chrome data saver while debugging -


i'm trying inspect website on chrome android chrome dev tools on pc.

first of all, check data saver disabled chrome on android , is

screenshot

then, connect phone pc, run chrome dev tools , warning

considering disabling chrome data saver while debugging.

why message if data saver on chrome android disabled?

the problem debugging impossible, because blank screen

screenshot debugger

how can fix this?

does mean remove alert , still keep people using chrome data saver functionality while debugging?

[devtools] moved chrome data saver warning console removes infobar "please consider disabling chrome data saver" , moved console instead through networklog. sniff headers looking chrome proxy , show console message when see main resource loaded proxy header present. see b/63351364 new p-link request.

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


Comments

Popular posts from this blog

inversion of control - Autofac named registration constructor injection -

verilog - Systemverilog dynamic casting issues -

ios - Change Storyboard View using Seague -