In the slew of new things to be included in Android 2.3 Gingerbread, here’s one that the devs will love. It’s a new feature called “StrictMode”, and is designed to monitor an app as it works and watch for calls, commands, or other app functions that could end up slowing things down on your device. According to the Android Developers Blog, it is made to:
- detect disk writes
- detect disk reads
- detect network usage
- on a violation: log
- on a violation: crash
- on a violation: dropbox
- on a violation: show an annoying dialog
So what does this mean, specifically? It means that developers will now be able to find out what causes slowdowns and bottlenecks in their apps that would ultimately cause an app to crash or force close. This means a better app experience, and more stable apps in general for the end user. Looks like Google is all about the apps, and they plan to stay that way. Be sure to let us know your thoughts in the comments!
[via android-developers]
