CMSdk : Initial thermal state to STATE_UNKNOWN

Change-Id: I37c7fe7441d7f0f09d1b96be001f046417ffff12
This commit is contained in:
Danesh M 2015-09-24 13:38:38 -07:00 committed by Gerrit Code Review
parent ce92e371d0
commit b4ef25ab19
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ public class CMHardwareService extends SystemService implements ThermalUpdateCal
private final Context mContext;
private final CMHardwareInterface mCmHwImpl;
private int mCurrentThermalState;
private int mCurrentThermalState = ThermalListenerCallback.State.STATE_UNKNOWN;
private RemoteCallbackList<IThermalListenerCallback> mRemoteCallbackList;
private interface CMHardwareInterface {