skylot
skylot
> sun.management.jmxremote.LocalRMIServerSocketFactory$1.accept(jdk.management.agent @bagipro this might be a profiler connection or other monitoring tools you are using Did disabling memory usage bar help this time?
I will keep this issue open because I want to run some checks: - try the latest java version - if issue still exist, replace progress bar with text label...
@sergey-wowwow thanks you! This is a very interesting example. A problem in strange `if` code flow. To produce correct java code jadx need to duplicate `fragment = null` part because...
@xzxiaoshan slow startup time is a common problem for java programs. It is a time for JVM init plus a time until JIT optimize classes. Here some benchmarks (using [hyperfine](https://github.com/sharkdp/hyperfine)):...
@CmP-lt sure! I agree that it will be nice to: 1. force only one log window at a time 2. bring it to front if it opens from menu/toolbar action...
Fixed in PR #1649 by @jpstotz
@green9317 looks nice! Great work! One small request: please rebase your branch on latest master branch, your base commit (a62de839beb3303daa70075fbf1d24b0eccaf2d6) feels outdated :slightly_smiling_face:
@MG1937 I plan to support plugins, but don't expect it soon because it is a lot of work. Anyway, in a meantime, it is possible to create a PR with...
Well, implementing a good smali editor is a big task, and I am not sure if I will do this. Also, there are a lot of other editors with smali...
> What do you mean by a "good" editor? I mean right after I add a plaintext editor for the smali, there are will be tons of issues forcing me...