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

cannot select device #340

Closed
uO-Ou opened this issue Jun 16, 2020 · 1 comment
Closed

cannot select device #340

uO-Ou opened this issue Jun 16, 2020 · 1 comment

Comments

@uO-Ou
Copy link

uO-Ou commented Jun 16, 2020

hi, i cannot select device when "Capture a new trace".
image

i'm sure my android device is connected.

this is my device-info:

"configuration": { "OS": { "kind": "OSX", "name": "OSX", "majorVersion": 10, "minorVersion": 15, "pointVersion": 5 }, "hardware": { "name": "MacBookPro15,4", "CPU": { "name": "Intel(R) Core(TM) i7-8557U CPU @ 1.70GHz", "vendor": "GenuineIntel", "architecture": "X86_64", "cores": 8 }, "GPU": {} }, "ABIs": [ { "name": "x86_64", "OS": "OSX", "architecture": "X86_64", "memoryLayout": { "endian": "LittleEndian", "pointer": { "size": 8, "alignment": 8 }, "integer": { "size": 4, "alignment": 4 }, "size": { "size": 8, "alignment": 8 }, "char": { "size": 1, "alignment": 1 }, "i64": { "size": 8, "alignment": 8 }, "i32": { "size": 4, "alignment": 4 }, "i16": { "size": 2, "alignment": 2 }, "i8": { "size": 1, "alignment": 1 }, "f64": { "size": 8, "alignment": 8 }, "f32": { "size": 4, "alignment": 4 }, "f16": { "size": 2, "alignment": 2 } } } ], "drivers": {}, "perfettoCapability": {}

@hevrard
Copy link
Contributor

hevrard commented Jun 16, 2020

Profiling with AGI dev-releases is currently restricted to a set of Android devices, as documented here: https://gpuinspector.dev/docs/requirements#supported-android-devices

It also requires beta GPU drivers, which are only accessible via the developer preview for which you can sign-up here: https://gpuinspector.dev/

Profiling on macOS is not supported, hence the empty "Device" menu in your case.

@hevrard hevrard closed this as completed Jun 16, 2020
hevrard added a commit to hevrard/agi that referenced this issue Jun 16, 2020
As graphics capture are currently experimental, default to "System
Profile" in the trace dialog window title.

Related: see screenshot of bug in google#340

Bug: b/159096531
hevrard added a commit that referenced this issue Jun 19, 2020
Now that we have a choice between graphics and profile, the default
title when no trace type is selected yet should be neither of them.

Related: see screenshot of bug in #340

Bug: b/159096531
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

No branches or pull requests

2 participants