Merge "Initialize key structure to zero in charger" am: ef0252108c
Change-Id: I54fec19c99b8483344bb8e3687debea8eddd24b6
This commit is contained in:
commit
ebfe76c75e
|
@ -72,7 +72,7 @@ class Charger : public ::android::hardware::health::V2_1::implementation::HalHea
|
|||
int64_t next_pwr_check_ = 0;
|
||||
int64_t wait_batt_level_timestamp_ = 0;
|
||||
|
||||
key_state keys_[KEY_MAX + 1];
|
||||
key_state keys_[KEY_MAX + 1] = {};
|
||||
|
||||
animation batt_anim_;
|
||||
GRSurface* surf_unknown_ = nullptr;
|
||||
|
|
Loading…
Reference in New Issue