Hi.
It is building webrtc as framework which is leading to no symbols being visible in instruments for webrtc framework. I haven't found an option to use webrtc as static lib in sample.
is_debug is true in gn args for sample, but it seems like it does not affect webrtc framework itself.
Tried to use dsyms, but instruments won't accept them, saying that they are not for the correct bundle (tried to import webrtc framework dsym in symbols menu in instruments for webrtc binary).
I think that dsyms (probably?) the only way to get symbols there, but I don't know how to get the correct ones.