Skip to content

Restore cuttlefish fuzzing by ensuring platform initialization runs#13

Open
aditya-wazir wants to merge 1 commit intoittiam-systems:masterfrom
aditya-wazir:run_plt_init_fix
Open

Restore cuttlefish fuzzing by ensuring platform initialization runs#13
aditya-wazir wants to merge 1 commit intoittiam-systems:masterfrom
aditya-wazir:run_plt_init_fix

Conversation

@aditya-wazir
Copy link
Collaborator

Due to skipped call to update_task.run() when the update task was not enabled. The run_platform_init_scripts() function, which is critical for booting up the Cuttlefish AVD device, was being bypassed. This resulted in fuzzing drops due to the device failing to start. Following change ensures run_platform_init_scripts()' is called even if update task in not enabled

Due to skipped call to `update_task.run()` when the update task was not enabled. The `run_platform_init_scripts()` function, which is critical for booting up the Cuttlefish AVD device, was being bypassed.
This resulted in fuzzing drops due to the device failing to start. Following change ensures run_platform_init_scripts()' is called even if update task in not enabled
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants