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

Merge commit 'eb5615d1af1ef38fd934590b9aec19e1d0cd0908' into eclair-mr2

* commit 'eb5615d1af1ef38fd934590b9aec19e1d0cd0908':
  Rename special dump properity so we can set it on user builds.
This commit is contained in:
Jason Sams
2009-12-01 17:10:16 -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;
}