am 1fdde798: am eb5615d1: Rename special dump properity so we can set it on user builds.

Merge commit '1fdde7981b5d081cc3f76fe4bac08fbe10a67a03' into eclair-mr2-plus-aosp

* commit '1fdde7981b5d081cc3f76fe4bac08fbe10a67a03':
  Rename special dump properity so we can set it on user builds.
This commit is contained in:
Jason Sams
2009-12-01 17:29:42 -08:00
committed by Android Git Automerger
+1 -1
View File
@@ -1321,7 +1321,7 @@ public final class Launcher extends Activity
case KeyEvent.KEYCODE_HOME:
return true;
case KeyEvent.KEYCODE_VOLUME_DOWN:
if (SystemProperties.getInt("launcher2.dumpstate", 0) != 0) {
if (SystemProperties.getInt("debug.launcher2.dumpstate", 0) != 0) {
dumpState();
return true;
}