webrtc-sdk / webrtc

BSD 3-Clause "New" or "Revised" License
225 stars 89 forks source link

Strip unused field trial global var #117

Closed hiroshihorie closed 3 months ago

hiroshihorie commented 3 months ago

After more digging, I think I can't simply strip this out. static var is used to keep string in memory.

https://github.com/webrtc-sdk/webrtc/blob/7cf1e433027c52bd8f0e66254f716b56eeeb9fb5/system_wrappers/include/field_trial.h#L85

https://github.com/webrtc-sdk/webrtc/blob/7cf1e433027c52bd8f0e66254f716b56eeeb9fb5/examples/peerconnection/client/main.cc#L86-L87