Search Results

Search results 1-2 of 2.

This site uses cookies. By continuing to browse this site, you are agreeing to our Cookie Policy.

  • Right now I'm handling it with a combination of xdotool & xwininfo.

  • Hey all, I'm debugging some issue and in order to reproduce it I have to reboot unit many times (up to 400 times) until problem happens. I'm using AfterTargetDisconnect() to reconnect to the device. Source Code (4 lines)The only issue I have right now is that as soon as device reboots Ozone shows a modal dialog saying "Failed to read target status. Abort Debug Session?" and I have to press "Yes" each time which is a bit annoying. Is there a way to suppress this dialog or the only option I have i…