am 6815a67c: Merge branch \'eclair-plus-aosp\' of ssh://android-git.corp.google.com:29418/platform/frameworks/base into eclair-mr2-plus-aosp

Merge commit '6815a67c5322cbde7768330fd12882d955abdd2a'

* commit '6815a67c5322cbde7768330fd12882d955abdd2a':
  Add LAST_KMSG_KB variable, used to tune the size of /proc/last_kmsg uploads.
This commit is contained in:
Jeff Sharkey
2009-10-13 12:11:28 -07:00
committed by Android Git Automerger

View File

@@ -3620,6 +3620,11 @@ public final class Settings {
*/
public static final String SEND_ACTION_APP_ERROR = "send_action_app_error";
/**
* Maximum size of /proc/last_kmsg content to upload after reboot.
*/
public static final String LAST_KMSG_KB = "last_kmsg_kb";
/**
* @deprecated
* @hide