Etienne Dechamps (Google)

Results 3 comments of Etienne Dechamps (Google)

Just FYI I also found [this doc](https://docs.google.com/document/d/10DY1HooaZ0Sxaqwq0Gp2glY1FEq6-SZD_aRUigUc3bA/edit#heading=h.xw094q2baz3n) from 2020 that has this to say about minidebuginfo in Android, which might or might not be relevant (not sure if it applies...

Thanks for the feedback. Using the [sample app](https://github.com/google/cronet-transport-for-okhttp/blob/dca54a5fdc20281075481f698a0e102437b415e7/java/com/google/samples/cronet/okhttptransport/BUILD#L6), and the following command on an ADB root shell: ```shell for fd in /proc/$(pidof com.google.samples.cronet.okhttptransport)/fd/*; do readlink "$fd"; done | sort ```...

Hi @adityameesho, Initializing Cronet can be fairly expensive as it involves loading a non-trivial amount of Java code as well as the native library (which requires its own initialization as...