Surbhi A
Surbhi A
Thanks @raphw! Sorry, I did not link to all the things I was referring to in my question. By planning to use byte buddy android plugin - I did mean...
Hi @raphw, I’m trying to use MemberSubstitution APIs to replace **connection.getResponseCode()** instruction with **replacementForResponseCode(connection)**. “replacementForResponseCode(connection)” is not present in android application code which calls “connection.getResponseCode()” but it is present in...
Thanks @raphw for your suggestions. Changing to static did not work. I debugged to get to the exact error. It is - The replacement class (containing replacement method) is not...
@raphw Actually what I put in the code snippets here in my previous comment was a representation of what I was doing but the names in my actual code are...
Thanks a lot @raphw. Super grateful for your help! I tried a class like you suggested and it worked! I was even able to add other parts of my code...
@raphw I tried to look for ways I can stack multiple byte buddy plugins into one, but didn't find any. Can you please elaborate or point out any available examples...
@raphw Can you please point out the line of code where this regex would be used to decide what plugins apply and also what you had in mind for how...
> I've also created [this issue](https://github.com/open-telemetry/opentelemetry-android/issues/138) to prevent API level restrictions on this module. I think that if we can verify that no runtime issues would happen when the wrapper...
Oops, mistakenly closed, re-opening again!
Thanks @breedx-splk! I've added a readme now! Do let me know if anything looks amiss. Thanks for creating the issue. Do assign it to me. I'll add the tests in...