| | |
| | | package safeluck.drive.evaluation; |
| | | |
| | | import android.app.Application; |
| | | import android.support.annotation.NonNull; |
| | | import android.util.Log; |
| | | |
| | | |
| | | import androidx.annotation.NonNull; |
| | | |
| | | import com.anyun.exam.lib.AYSdk; |
| | | import com.anyun.exam.lib.IAYExamListener; |
| | |
| | | import com.anyun.exam.lib.MyLog; |
| | | import com.anyun.exam.lib.crash.CrashHandler; |
| | | |
| | | import safeluck.drive.evaluation.DB.WorkRoomDataBase; |
| | | import safeluck.drive.evaluation.util.SystemUtil; |
| | | |
| | | /** |
| | |
| | | AYSdk.getInstance().registListener(this); |
| | | Log.i(TAG, "onCreate: "); |
| | | MyLog.createIfNotExist(); |
| | | |
| | | } |
| | | |
| | | } |