Benjamin Romano
Benjamin Romano
5 * interval is exactly what I ended up doing and it worked well.
Here is the typescript definitions PR fyi: https://github.com/DefinitelyTyped/DefinitelyTyped/pull/26402
I just stumbled upon this thread. I’ve built a tool that can convert Instruments into Gecko format for Firefox Profiler. It can read the samples from XCTrace, extract load address...
Here is repo with logic to convert Instruments to Gecko: https://github.com/benjaminRomano/instruments-to-gecko
So the `xctrace` file should already contain all the symbols (and if it doesn't `xctrace symbolicate` can be used), but the open question is how do we get to that...
@kraktus XCode 14.3 Beta updated `xctrace export` to enable getting the fully desymbolicated backtraces. I've updated https://github.com/benjaminRomano/instruments-to-gecko to use that approach. This makes the conversion much simpler and faster.
## Problem Running Redex on an **R8'd** APK with **no passes enabled** will produce an APK with substantially larger DebugInfo. ### Before **smali** ```smali .method public size()I .registers 3 .line...
Can you try this patch? https://github.com/benjaminRomano/redex/pull/1 You can enable by adding `deobfuscate_positions: false` to your config. This will disable de-obfuscation of line numbers to ensure that R8's line number optimizations...
Hi @Gert-dev , I debated whether or not to put the tabs in the status-bar or inside bottom-dock itself and chose the later. I decided on this approach because I...
Can you post a snippet of the gulp task that is causing this issue? When you run the following grunt task in the command-line does it run without any problems?...