I have an android app that appears to be working fine - but I wish to ensure that I have not just been getting away with problems like memory leaks, thread lockups etc. Is there some utility, or mode within eclipse, that will highlight potential problems that may occur in the future.
Have you tried static code analyzers? For example FindBugs is an excellent tool for discovering possible problems in your code.
Depending on your application you might also release Monkey on your UI with a large amount of events and analyze the memory afterwards to discover possible leaks and crashes.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With