| | |
| | | |
| | | import safeluck.drive.evaluation.Constant; |
| | | import safeluck.drive.evaluation.DB.WorkRoomDataBase; |
| | | import safeluck.drive.evaluation.platformMessage.PlatFormConstant; |
| | | |
| | | public class AppStatusWorker extends Worker { |
| | | |
| | |
| | | public Result doWork() { |
| | | String[] str = getInputData().getStringArray(Constant.APP_STATUS); |
| | | JSONObject jsonObject = null; |
| | | Log.i(TAG,"doWork:"+str[0]+": "+str[1]); |
| | | MyLog.i(PlatFormConstant.TAG,"AppStatusWorker:"+str[0]+": "+str[1]); |
| | | try { |
| | | jsonObject = new JSONObject(str[1]); |
| | | switch (str[0]) { |