Etienne Dechamps (Google)
Etienne Dechamps (Google)
[`create_minidebuginfo`](https://cs.android.com/android/platform/superproject/main/+/main:art/tools/create_minidebuginfo/) is a tool that makes it possible to compress native `.so` debug information (in particular, unwind tables) so that they take less space on device disk. Unfortunately, this tool...
Steps to reproduce in VS Code with the [Gradle](https://marketplace.visualstudio.com/items?itemName=vscjava.vscode-gradle) and [Kotlin](https://github.com/fwcd/vscode-kotlin) extensions: 1. Check out square/okhttp@690d1df9292ba63eb7874e0c9f35b58ba372819b 2. Open `okhttp/src/commonJvmAndroid/kotlin/okhttp3/OkHttpClient.kt` 3. Wait for things to build and settle (approx. 3 minutes)...