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:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user