Alexandre Beaulieu

Results 34 comments of Alexandre Beaulieu

When I was testing locally, pressing `ESC` or `^[` should update the prompt to `` and then hitting any of the edit keys should switch it back to ``. It...

I tried on a different computer and I get the same behavior. I'll need a bit of time to investigate.

Hi, @tweidinger, did you make sure that the app is already running on the phone when you launch the frida script? `frida-mono-api` can't attach to processes early because the mono...

Hmm, there are indeed no mono libraries at all in there. If you retargeted the solution for Pixel 3, is it possible that AOT compilation is now a default? Or...

Yeah, I totally understand. We didn't test emulated devices, so this would be something new to investigate and implement. There's little hope of the pinning script working though if the...

To add to what @obilodeau said, it's not actually clear so far whether this is due to AOT, or due to the x86 cross-compilation that most emulators use to improve...

AOT is Ahead-of-Time compilation, where the .NET code is fully (or partially) compiled to native code before the application is packaged. Once this happens there is no trace of .NET...

I'd like to add to this issue in favor of having a cleanup mechanism in the spec: We perform monitoring of IoT devices which can be added/removed from our systems...

/remove stale I am in the process of testing another issue, and this PR will need to be adjusted due to the way wildcards work with instance indices.

Added a unit test for empty data points and ran it: **No Fix:** ``` --- FAIL: Test_WindowsPerfCounterScraper (0.36s) --- FAIL: Test_WindowsPerfCounterScraper/MetricDefinedButNoScrapedValue (0.00s) c:\git\opentelemetry-contrib\receiver\windowsperfcountersreceiver\windowsperfcounters_scraper_test.go:200: Error Trace: c:/git/opentelemetry-contrib/receiver/windowsperfcountersreceiver/windowsperfcounters_scraper_test.go:200 Error: Received unexpected error:...