am 301a907f: Merge "healthd: charger: Run animation even if capacity is 0" into lmp-dev

* commit '301a907f28570ff1627e30a37069e6c5ab6a4b75':
  healthd: charger: Run animation even if capacity is 0
This commit is contained in:
Ruchi Kandoi 2014-09-24 17:11:43 +00:00 committed by Android Git Automerger
commit ce6bfc93a1

View file

@ -68,7 +68,7 @@ char *locale;
#define UNPLUGGED_SHUTDOWN_TIME (10 * MSEC_PER_SEC)
#define BATTERY_FULL_THRESH 95
#define SCREEN_ON_BATTERY_THRESH 1
#define SCREEN_ON_BATTERY_THRESH 0
#define LAST_KMSG_PATH "/proc/last_kmsg"
#define LAST_KMSG_PSTORE_PATH "/sys/fs/pstore/console-ramoops"