Sometimes the emulator becomes unavailable for the analysis of a new app. To deal with that, there should be a timeout after the emulator should be ready (e.g., 10 minutes for ARM AVDs, and 2 minutes for x86 AVDs). If the emulator is not ready after the timeout, get_emu_ready.sh should return 1 and maline.sh should kill the emulator, start a new one, and loop as long as the return value is not 0.
Sometimes the emulator becomes unavailable for the analysis of a new app. To deal with that, there should be a timeout after the emulator should be ready (e.g., 10 minutes for ARM AVDs, and 2 minutes for x86 AVDs). If the emulator is not ready after the timeout, get_emu_ready.sh should return 1 and maline.sh should kill the emulator, start a new one, and loop as long as the return value is not 0.