agi icon indicating copy to clipboard operation
agi copied to clipboard

Can not detect the onplus 9R device

Open shongbee2 opened this issue 3 years ago • 3 comments

Environment information:

  • AGI version:
  • Host OS: [e.g. Linux] If tracing on Android:
  • Device model:
  • Android Version:

Bug description A clear and concise description of what the bug is. I have connected the Oneplus 9r to the computer via a USB cable, but the android GPU inspector can't find it. I closed other process, restart computer, re connenct the device vie a USB cable, it dons't work also. but andorid studio can find the device.

Reproduction steps 1.restart the computer 2.connect oneplus 9r to the computer via a usb cable (the device is debugable) 3.open android gpu inspector 4.capture a new trace 5.the device list can't find the device

Stacktrace Please paste a stacktrace here if it's available.

Screenshots If applicable, add screenshots to help explain your problem.

Additional debugging information

  • Please attach the generated gapis.log and gapic.log files you will find in the temp folder (e.g. /tmp/ on linux).
  • If using Android: Please attach a full logcat dump (adb logcat -d > logcat-full.txt) that contains logs since AGI was started.

shongbee2 avatar Jan 11 '22 07:01 shongbee2

Thanks for filing the issue, can you see if the device shows up when you call adb devices -l? It's weird that it would show up on Android Studio, but not on AGI -- AGI takes a moment to find the device, especially if you had just attached it.

It's possible that there is an underlying cause elsewhere (e.g. bad installation), please let me know if you're still running into this issue and I can help triage.

ttanatb avatar Jun 20 '22 14:06 ttanatb

I have the same problem

JWhiteCat avatar Jul 26 '22 08:07 JWhiteCat

@JWhiteCat Thanks for commenting on this, could you check if your device shows up when you call adb devices -l? If it does show up using the adb command but not with AGI, then AGI is having trouble collecting the data it needs (and we're working to make this error more obvious and actionable).

If your device does not show up with adb devices -l then please make sure that your USB cable is not faulty and that your device has USB debugging enabled.

If your device shows up with the adb command and not with AGI, please attach the log files gapic.log and gapis.log from your tmp directory (this can be access through the top menu on AGI Help > Open Log Directory). Additionally, please also include a full logcat dump adb logcat -d > logcat-full.txt

Screen Shot 2022-07-26 at 11 05 37 AM

ttanatb avatar Jul 26 '22 10:07 ttanatb

Closing this due to staleness

ttanatb avatar Feb 27 '23 14:02 ttanatb