Strict mode is a tool that detects various "bad" things in your application - cursors left open, activity memory leaks, performance issues, networking on the UI thread - and can log what happened and/or kill the process:
http://developer.android.com/reference/android/os/StrictMode.html Some of the checks are enabled by default starting with 3.0, others you can enable yourself. My app does when it runs on one of my own devices, which I find very useful. -- Kostya 14 января 2012 г. 3:03 пользователь swebb99 <sweb...@gmail.com> написал: > Yeah great info all around Kostya thanks :) > > By the way what is strict mode? I'm coming from a Java Swing > environment and only very recently dived into the world of Android so > still picking a lot of things up. > > Thanks > > Steve > > -- > You received this message because you are subscribed to the Google > Groups "Android Developers" group. > To post to this group, send email to android-developers@googlegroups.com > To unsubscribe from this group, send email to > android-developers+unsubscr...@googlegroups.com > For more options, visit this group at > http://groups.google.com/group/android-developers?hl=en -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-developers?hl=en