TrebleDroid / treble_experimentations

Scripts to automatically build/CI/Release TrebleDroid GSI
Other
203 stars 26 forks source link

[Ask] Where does this property come from? #111

Open ghost opened 2 months ago

ghost commented 2 months ago

Sir @phhusson I am just curious.

When I run adb shell getprop | grep debug.sf Properties that come out are from here https://github.com/TrebleDroid/device_phh_treble/blob/96f9580e7bd8d01db5238b77e7881a9da9a86c33/rw-system.sh#L613-L620

Screenshot

Except debug.sf.disable_backpressure Where did it come from?

Redmi 9 has it on MIUI https://dumps.tadiphone.dev/dumps/redmi/galahad/-/blob/lancelot-user-12-SP1A.210812.016-V13.0.4.0.SJCMIXM-release-keys/vendor/build.prop?ref_type=heads#L523

But as far as I know debug.sf.disable_backpressure is obsolete. https://android.googlesource.com/platform/frameworks/native/+/2ec5391acfc340c2e195d573cf5a078ff0f280d2

Can it still be read even though the property is obsoleted?