Benjamin Romano

Results 34 comments of Benjamin Romano

In this PR, I only added support to toolchain, we didn't have a use case where we'd want this to be applied to a specific target. I believe its quite...

I'm also running into this. I'd like to add on the following dagger options. ``` -Adagger.fastInit=enabled -Adagger.formatGeneratedSource=disabled -Adagger.experimentalDaggerErrorMessages=enabled ``` Is this something the discussion [here](https://github.com/bazelbuild/rules_kotlin/issues/396) would resolve?

I've filed a bug report to R8 [here](https://partnerissuetracker.corp.google.com/issues/162478683) with a minimal reproduction as well.

Before: https://gist.github.com/benjaminRomano/0c7b5d5e4e6b6b03b660cad6ec516203 After: ``` Class #780 - Class descriptor : 'Lc/a/f/b;' Access flags : 0x0011 (PUBLIC FINAL) Superclass : 'Ljava/lang/Object;' Interfaces - Static fields - #0 : (in Lc/a/f/b;) name...

I have the following defined in the config: `"debug_info_kind": "no_custom_symbolication"`. Sorrry I seem to have copied over the SHAs from cherrypicking and not the originals. Here are the correct ones:...

Ok, I think I a have a decent grasp on what's going on here. With Zim's help, we were able to create a python script to find all instances of...

Actually scratch the last part. It's better to instead remove the source file requirement. The motivation being that a given address may have multiple positions without source files and we'd...

Ah I was thinking it was valid to have a test bundle without a test host. If that's not the case, then I'd say just manually performing the workaround is...

I'm using XCUIApplication(:bundleIdentifier) to target arbitrary apps. I could try manually stripping out the test host after the fact and modify `xctestrun` to see if that approach still ends up...

Is the proposal suggested [here](https://github.com/firefox-devtools/profiler/issues/2962#issuecomment-768544986) something that's already supported? I'm working on converting Instruments into Gecko format (https://github.com/benjaminRomano/instruments-to-gecko). For the time profiler data collected, the sampling frequency is 1ms. This...