Anton Smirnov
Anton Smirnov
> > I can confirm i'm able to run gRPC server on android device (though with some minor hacks like using directly `NettyServerBuilder`). Haven't tried with TLS so far >...
from build.log: ``` [ALL ] from /opt/Espressif/espressif-crosstool-ng/.build/src/gcc-7.1.0/libstdc++-v3/include/precompiled/stdc++.h:52: [ERROR] /opt/Espressif/espressif-crosstool-ng/.build/xtensa-lx106-elf/build/build-cc-gcc-final-build-x86_64-build_pc-linux-gnu/xtensa-lx106-elf/libstdc++-v3/include/cstdint:78:11: error: 'uint_least32_t' is already declared in this scope [ALL ] using ::uint_least32_t; [ALL ] ^~~~~~~~~~~~~~ [ALL ] In file included from...
Any update on this?
i've searched in sources and found lot's of hardcoded values 352/288 for width and heights (both in java and c++ source). Can anybody fix it? It's pretty difficult as there...
Tried default jvm visualvm: and 1.4.3 installed manually:
FYI just tried for IDEA 2018.2.8 - getting the same error. The button works and VisualVM is started but getting the same error right after it.
Can you explain more about `-Dvisualvm.id=...` ?
> Does VisualVM even show that process? Yup:
Nothing in the log: But i can see ids in cmd: > /Library/Java/JavaVirtualMachines/jdk1.8.0_121.jdk/Contents/Home/bin/java -agentlib:jdwp=transport=dt_socket,address=127.0.0.1:55012,suspend=y,server=n -Dvisualvm.id=883655423944663 -ea -Didea.test.cyclic.buffer.size=1048576 -Dvisualvm.id=883642351419808 ...
yup, i can see it: ``` 2019-07-23 18:06:22,657 [23681771] DEBUG - krasa.visualvm.LogHelper - StartVisualVMConsoleAction: created with VisualVMContext{appId=882071234567842} 2019-07-23 18:06:22,661 [23681775] DEBUG - krasa.visualvm.LogHelper - StartVisualVMConsoleAction: created with VisualVMContext{appId=882071234567842} 2019-07-23 18:06:27,736...