Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e9d8f545 authored by Dan Egnor's avatar Dan Egnor Committed by Android Git Automerger
Browse files

am 6903d5ce: Merge change Iee649a81 into eclair

Merge commit '6903d5ce' into eclair-mr2

* commit '6903d5ce':
  Add LAST_KMSG_KB variable, used to tune the size of /proc/last_kmsg uploads.
parents c93b88cf 6903d5ce
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -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