Challenge Overview
Previously, we ran a challenge to improve the exception handling and add some logging functionality in our Android App Instrumentation Coverage Tool.
In this challenge, we need you to fix the following issues:
-
CPU utilization is very high when API hook is getting added to APK via this tool (load on CPU was around 224.8%).
-
UI freezes when this tool runs.
-
Emulator home keep crashing after installation of signed APK created by our tool.
-
Logs volume is very high in logcat while instrumented APK is running on an emulator.
-
Create a list of at least 10 APKs that can be successfully repackaged and reinstalled on a device or emulator.
You’ll find the existing code attached to the challenge forum (available on registration).
Let’s discuss any questions or doubts on the challenge forum.