Based in Tallinn, Estonia, Aleksandr is working on the Android stack core solutions that millions of European people use. Digger inside the Android platform and is always trying to understand how systems work from the inside. Part-time open source writer and conference speaker, mostly talking about Android internals and system layer.
Aleksandr Efremenkov
Software Engineer @ Bolt, Android GDE
Frida as debugging tool for Android
We all have ever used the debugger in Android Studio, but it only works in debug mode (android:debuggable="true"). What if we need to debug our application in production without the ability to reproduce the problem without the presence of logs?
Firda allows you to instrument applications regardless of your environment. In this session, we'll tinker with the Bolt app with a fictional bug inside and figure out how to fix it.