HDB-Li / LLDebugTool

LLDebugTool is a debugging tool for developers and testers that can help you analyze and manipulate data in non-xcode situations.
https://github.com/HDB-Li/LLDebugTool
Other
739 stars 121 forks source link

ios13能否从statusBar中获取到wifi的信号强度?wifiEntry下rawValue一直是0吗? #70

Open nimitz871016 opened 5 years ago

HDB-Li commented 5 years ago

@nimitz871016 I guess is the value of displayValue, but I never try to find it. You can change wifi to validation it.

<_UIStatusBarDataWifiEntry: 0x600000905b00: isEnabled=1, rawValue=0, displayValue=3, displayRawValue=0, status=5, lowDataModeActive=0, type=0>
HDB-Li commented 5 years ago

If you find the answer, I'm looking forward to hearing from you.

nimitz871016 commented 5 years ago

No way to get raw signal strength value. rawValue is always 0.

HDB-Li commented 5 years ago

displayValue, not rawValue

nimitz871016 commented 5 years ago

I need rawValue, displayValue only shows the level of signal strength. displayValue is still function well.