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

Android Studio debug issue: Process finished with exit code 11 #15

Closed
wuyuuu opened this issue Oct 31, 2021 · 1 comment
Closed

Android Studio debug issue: Process finished with exit code 11 #15

wuyuuu opened this issue Oct 31, 2021 · 1 comment

Comments

@wuyuuu
Copy link

wuyuuu commented Oct 31, 2021

Hi,

First, thanks for your great work !

Recently I'm using your code to develop my project (for another deep learning-based vision task) and I want to modify the detect and post-process part at:

g_nanodet->detect(rgb, objects);
g_nanodet->draw(rgb, objects);

Everything works fine for me when I go Run app. However, when I use debugger, the process would not stop at the abovementioned code, and I got Process finished with exit code 11.

Basically, I did not change any code so I'm wondering do you have similar issues in debugging? Or it could be some configuration problem refer to my Android Studio configuration.

Looking forward to your reply!

Thanks!

@wuyuuu
Copy link
Author

wuyuuu commented Oct 31, 2021

Fixed by by substituteANativeWindow_getWidth(win); with a constant. It seems to me this function does not work in debug mode.

@wuyuuu wuyuuu closed this as completed Oct 31, 2021
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

1 participant