Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Android system-image with CONFIG_FTRACE_SYSCALLS=y #67

Merged
merged 4 commits into from
Nov 13, 2024

Conversation

fhilgers
Copy link
Collaborator

@fhilgers fhilgers commented Nov 10, 2024

This commit replaces our current system-image with one that supports syscall tracing. The image was build from aosp using a custom mainline kernel.

The image name is system-images;android-VanillaIceCream;android-automotive;x86_64, to create one, you can just call:

avdmanager create avd -n example -k 'system-images;android-VanillaIceCream;android-automotive;x86_64' --device automotive_1080p_landscape

The image is hosted on my hetzner S3 bucket with public access, we can change that later if necessary.

@fhilgers fhilgers force-pushed the emulator-ftrace-syscalls branch from 4967bbe to 0058ed8 Compare November 10, 2024 13:37
This commit replaces our current system-image with one that supports syscall tracing.
The image was build from aosp using a custom mainline kernel.

The image name is `system-images;android-VanillaIceCream;android-automotive;x86_64`, to create one, you can just call

`avdmanager create avd -n example -k 'system-images;android-VanillaIceCream;android-automotive;x86_64' --device automotive_1080p_landscape`

Signed-off-by: Felix Hilgers <[email protected]>
@fhilgers fhilgers force-pushed the emulator-ftrace-syscalls branch from 0058ed8 to 5e3657c Compare November 11, 2024 18:43
@Mr-Kanister
Copy link
Contributor

Is it normal that some of the buttons to the side of the emulator are not working? In particular the power and volume buttons do nothing for me.

@fhilgers
Copy link
Collaborator Author

fhilgers commented Nov 13, 2024

I have no idea, but the change only uses a new system image, I think the problems you are talking of are more related to the emulator. Have you previously run the emulator via cli also, or always via android studio. From my experience all emulators are always buggy, which I always blamed on the fact, that they are still not running natively on wayland...

Mr-Kanister
Mr-Kanister previously approved these changes Nov 13, 2024
@fhilgers fhilgers merged commit ca8f1b8 into dev Nov 13, 2024
0 of 6 checks passed
@fhilgers fhilgers deleted the emulator-ftrace-syscalls branch November 14, 2024 18:27
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