I have an app in android using camera with opencv which runs for about 1 minute and then turns off without returning any errors. It looks to me like some memory leak or something like that. How can I find out what is going on ?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You need to break out the debugger. It’s your friend, learn how to use it and you will save your sanity!
http://eclipsetutorial.sourceforge.net/debugger01/lesson01.html