Leonid Ponomarev

Results 5 comments of Leonid Ponomarev

Hello! I've found missing component for Honor 10 with EmUi 9: `"com.huawei.systemmanager", "com.huawei.systemmanager.startupmgr.ui.StartupNormalAppListActivity" `

I think, that's impossible atm, because retrolambda adds bytecode recompilation step in gradle build chain, and this plugin tries to compile sources by itself.

I have integrated Open Telemetry tracing into android app. This fixes context propagation when offloading call execution on some scheduler. OTel relies on RxJava plugins for that: [see here](https://github.com/open-telemetry/opentelemetry-java-instrumentation/blob/main/instrumentation/rxjava/rxjava-2.0/library/src/main/java/io/opentelemetry/instrumentation/rxjava/v2_0/TracingAssembly.java#L172)

here's a [demo](https://github.com/ponomarevlm/otel-demo-android) of result and [discussion](https://github.com/open-telemetry/opentelemetry-java-instrumentation/issues/8144) around OTel integration improvement with illustration what is broken now

here's quick-and-dirty fix with exponential delay and total timeout def push notification delay = 2 begin @ssl.write notification.to_s rescue OpenSSL::SSL::SSLError, Errno::EPIPE sleep delay @ssl = connect(@host, @port) delay*=2 and retry...