commit | a00e39365c7c445f40aa50cc7eb1233187c201dc | [log] [tgz] |
---|---|---|
author | Lei Yu <jackqdyulei@google.com> | Wed May 09 19:12:34 2018 -0700 |
committer | Lei Yu <jackqdyulei@google.com> | Thu May 10 11:07:17 2018 -0700 |
tree | 66938a144593982093970e0c0c742edcddb9afec | |
parent | cda8a44ceecacaf98a901ed4786cd5ff739ca7c8 [diff] |
Fix a bug in AnomalyDetectionJobService Even though onStopJob is called, the service may still exist, so we need to reset the mIsJobCanceled in onStartJob Also remove the batteryStats since we don't need it anymore. Change-Id: I6d48efecb750ad4e464569cac426d87014a8db90 Fixes: 77968649 Test: RunSettingsRoboTests