Home
last modified time | relevance | path

Searched refs:LOG (Results 1 – 25 of 118) sorted by relevance

12345

/base/security/device_auth/frameworks/deviceauth_lite/unittest/
Ddeviceauth_test.cpp21 #define LOG(format, ...) (printf(format"\n", ##__VA_ARGS__)) macro
54 LOG("--------Transmit--------"); in Transmit()
55LOG("identity session_id[%d] package_name[%s]", identity->session_id, identity->package_name.name); in Transmit()
56 LOG("length[%u]", length); in Transmit()
57 LOG("--------Transmit--------"); in Transmit()
63 LOG("--------GetProtocolParams--------"); in GetProtocolParams()
64LOG("identity session_id[%d] package_name[%s]", identity->session_id, identity->package_name.name); in GetProtocolParams()
65 LOG("operationCode[%d]", operationCode); in GetProtocolParams()
70 LOG("--------GetProtocolParams--------"); in GetProtocolParams()
75 LOG("--------SetSessionKey--------"); in SetSessionKey()
[all …]
/base/update/updater/services/ui/driver/
Dfbdev_driver.cpp38 LOG(INFO) << "id=" << finfo_.id; in FBLog()
39 LOG(INFO) << "sem_start=" << finfo_.smem_start; in FBLog()
40 LOG(INFO) << "smem_len=" << finfo_.smem_len; in FBLog()
41 LOG(INFO) << "type=" << finfo_.type; in FBLog()
42 LOG(INFO) << "line_length=" << finfo_.line_length; in FBLog()
43 LOG(INFO) << "mmio_start=" << finfo_.mmio_start; in FBLog()
44 LOG(INFO) << "mmio_len=" << finfo_.mmio_len; in FBLog()
45 LOG(INFO) << "visual=" << finfo_.visual; in FBLog()
47 LOG(INFO) << "The xres=" << vinfo_.xres; in FBLog()
48 LOG(INFO) << "The yres=" << vinfo_.yres; in FBLog()
[all …]
/base/update/updater/services/ptable_parse/
Dptable_manager.cpp42 LOG(INFO) << "is UFS DEVICE"; in SetDeviceStorageType()
45 LOG(INFO) << "is EMMC DEVICE"; in SetDeviceStorageType()
74 LOG(ERROR) << "pPtable_ is nullptr"; in InitPtableManager()
78 LOG(ERROR) << "init ptable error"; in InitPtableManager()
88 LOG(ERROR) << "invalid input: ptnInfo is empty or name is null"; in GetPartitionInfoIndexByName()
104 LOG(INFO) << "No ptable in package. Ptable no changed!"; in IsPartitionChanged()
108 LOG(WARNING) << "ptable sizes in device and package are different, partition is changed"; in IsPartitionChanged()
113 LOG(ERROR) << "can't find the " << partitionName << " partition in device ptable!"; in IsPartitionChanged()
118 LOG(ERROR) << "can't find the " << partitionName << " partition in package ptable!"; in IsPartitionChanged()
123 LOG(INFO) << partitionName << " start address is changed:"; in IsPartitionChanged()
[all …]
Dptable.cpp50 LOG(ERROR) << "ptnInfo is empty"; in LoadPtnInfo()
68 LOG(ERROR) << "parse PtableData from json file error"; in InitPtable()
90 LOG(ERROR) << "parse json failed! " << dataVar.first << " is nullptr!"; in ParsePtableDataNode()
94 LOG(INFO) << "set " << dataVar.first << " : " << *dataValue; in ParsePtableDataNode()
104 LOG(ERROR) << PTABLE_CONFIG_PATH << " not exist"; in ParsePtableData()
112 LOG(ERROR) << PTABLE_CONFIG_PATH << " contained json invalid"; in ParsePtableData()
132 LOG(WARNING) << "memset_s fail"; in CheckFileExist()
135 LOG(INFO) << fileName << " is exist"; in CheckFileExist()
138 LOG(INFO) << fileName << " is not exist"; in CheckFileExist()
146 LOG(ERROR) << "invaild input"; in MemReadWithOffset()
[all …]
/base/update/sys_installer/frameworks/action_processer/src/
Daction_processer.cpp38 LOG(ERROR) << "action running or action empty"; in AddAction()
42 LOG(INFO) << "add " << action->GetActionName(); in AddAction()
53 LOG(WARNING) << "Action running or queue empty"; in Start()
63 LOG(WARNING) << "curAction_ nullptr"; in Start()
66 LOG(INFO) << "Start " << curAction_->GetActionName(); in Start()
73 LOG(WARNING) << "Action not running"; in Stop()
78 LOG(INFO) << "Stop " << curAction_->GetActionName(); in Stop()
91 LOG(WARNING) << "ActionProcesser not running or action empty"; in Suspend()
95 LOG(INFO) << "Suspend " << curAction_->GetActionName(); in Suspend()
103 LOG(WARNING) << "ActionProcesser is running"; in Resume()
[all …]
/base/update/sys_installer/interfaces/innerkits/ipc_client/src/
Dsys_installer_proxy.cpp30 LOG(INFO) << "SysInstallerInit"; in SysInstallerInit()
33 LOG(ERROR) << "Can not get remote"; in SysInstallerInit()
46 LOG(ERROR) << "SendRequest error"; in SysInstallerInit()
55 LOG(INFO) << "StartUpdatePackageZip"; in StartUpdatePackageZip()
58 LOG(ERROR) << "Can not get remote"; in StartUpdatePackageZip()
64 LOG(ERROR) << "WriteInterfaceToken error"; in StartUpdatePackageZip()
74 LOG(ERROR) << "SendRequest error"; in StartUpdatePackageZip()
84 LOG(ERROR) << "Invalid param"; in SetUpdateCallback()
87 LOG(INFO) << "RegisterUpdateCallback"; in SetUpdateCallback()
91 LOG(ERROR) << "Can not get remote"; in SetUpdateCallback()
[all …]
Dsys_installer_kits_impl.cpp48 LOG(INFO) << "Remote is dead, reset service instance"; in ResetService()
69 LOG(ERROR) << "Get samgr failed"; in GetService()
74 LOG(ERROR) << "Get update object from samgr failed"; in GetService()
83 LOG(ERROR) << "Failed to add death recipient"; in GetService()
86 LOG(INFO) << "get remote object ok"; in GetService()
89 LOG(ERROR) << "account iface_cast failed"; in GetService()
103 LOG(INFO) << "already init"; in Init()
117 LOG(ERROR) << "GetSystemAbilityManager samgr object null"; in Init()
122 LOG(ERROR) << "systemAbilityId " << SYS_INSTALLER_DISTRIBUTED_SERVICE_ID << in Init()
134 LOG(INFO) << "SysInstallerInit"; in SysInstallerInit()
[all …]
Dmodule_update_proxy.cpp29 LOG(INFO) << "InstallModulePackage " << pkgPath; in InstallModulePackage()
32 LOG(ERROR) << "Can not get remote"; in InstallModulePackage()
38 LOG(ERROR) << "WriteInterfaceToken error"; in InstallModulePackage()
48 LOG(ERROR) << "SendRequest error"; in InstallModulePackage()
57 LOG(INFO) << "UninstallModulePackage " << hmpName; in UninstallModulePackage()
60 LOG(ERROR) << "Can not get remote"; in UninstallModulePackage()
66 LOG(ERROR) << "WriteInterfaceToken error"; in UninstallModulePackage()
76 LOG(ERROR) << "SendRequest error"; in UninstallModulePackage()
86 LOG(INFO) << "GetModulePackageInfo " << hmpName; in GetModulePackageInfo()
89 LOG(ERROR) << "Can not get remote"; in GetModulePackageInfo()
[all …]
Dmodule_update_kits_impl.cpp45 LOG(INFO) << "Remote is dead, reset service instance"; in ResetService()
66 LOG(ERROR) << "Get samgr object failed"; in GetService()
71 LOG(ERROR) << "Get module update object from samgr failed"; in GetService()
80 LOG(ERROR) << "Failed to add death recipient"; in GetService()
83 LOG(INFO) << "get remote object ok"; in GetService()
86 LOG(ERROR) << "module update object iface_cast failed"; in GetService()
99 LOG(INFO) << "InstallModulePackage " << pkgPath; in InstallModulePackage()
102 LOG(ERROR) << "Get moduleUpdate failed"; in InstallModulePackage()
110 LOG(INFO) << "UninstallModulePackage " << hmpName; in UninstallModulePackage()
113 LOG(ERROR) << "Get moduleUpdate failed"; in UninstallModulePackage()
[all …]
/base/update/updater/services/fs_manager/
Dmount.cpp72 LOG(WARNING) << "Read " << fstabFile << " failed"; in LoadFstab()
76 LOG(DEBUG) << "Updater filesystem config info:"; in LoadFstab()
78 LOG(DEBUG) << "\tDevice: " << item->deviceName; in LoadFstab()
79 LOG(DEBUG) << "\tMount point : " << item->mountPoint; in LoadFstab()
80 LOG(DEBUG) << "\tFs type : " << item->fsType; in LoadFstab()
81 LOG(DEBUG) << "\tMount options: " << item->mountOptions; in LoadFstab()
95 LOG(ERROR) << "fstab is not loaded, g_fstab is null."; in UmountForPath()
101 LOG(ERROR) << "Cannot find fstab item for " << path << " to umount."; in UmountForPath()
105 LOG(DEBUG) << "Umount for path " << path; in UmountForPath()
114 LOG(ERROR) << "Umount " << item->mountPoint << "failed: " << errno; in UmountForPath()
[all …]
/base/update/updater/services/updater_binary/
Dupdate_partitions.cpp36 LOG(ERROR) << "Error get thisPartion: " << idx; in SetPartitionInfo()
41 LOG(ERROR) << "Error get start"; in SetPartitionInfo()
48 LOG(ERROR) << "Error get length"; in SetPartitionInfo()
57 LOG(ERROR) << "Error get partName"; in SetPartitionInfo()
64 LOG(ERROR) << "Error get fsType"; in SetPartitionInfo()
69 LOG(INFO) << "<start> <length> <devname> <partname> <fstype>"; in SetPartitionInfo()
70LOG(INFO) << myPartition->start << " " << myPartition->length << " " << myPartition->devName << " … in SetPartitionInfo()
79 LOG(ERROR) << "Error get root"; in ParsePartitionInfo()
84 LOG(ERROR) << "Error get Partitions"; in ParsePartitionInfo()
90 LOG(ERROR) << "Error partitions number: " << number; in ParsePartitionInfo()
[all …]
Dupdate_image_block.cpp48 LOG(WARNING) << "writer is not ready to write."; in ExtractNewData()
64 LOG(ERROR) << logMessage.str(); in ExtractNewData()
96 LOG(ERROR) << "new patch file name is empty. thread quit."; in UnpackNewData()
100 LOG(DEBUG) << "new patch file name: " << info->newPatch; in UnpackNewData()
104 LOG(ERROR) << "Cannot get file info of :" << info->newPatch; in UnpackNewData()
108 LOG(DEBUG) << info->newPatch << " info: size " << file->packedSize << " unpacked size " << in UnpackNewData()
112 LOG(ERROR) << "Cannot extract " << info->newPatch << " from package."; in UnpackNewData()
118 LOG(DEBUG) << "new data writer ending..."; in UnpackNewData()
143 LOG(ERROR) << "Invalid param"; in GetUpdateBlockInfo()
154 LOG(ERROR) << "Error to get param 1"; in GetUpdateBlockInfo()
[all …]
/base/update/updater/services/flow_update/update_bin/
Dbin_process.cpp41 LOG(ERROR) << "Error to get bin file"; in Execute()
45 LOG(INFO) << "UScriptInstructionUpdateFromZip::Execute " << upgradeFileName; in Execute()
48 LOG(ERROR) << "Error to get pkg manager"; in Execute()
54 LOG(ERROR) << "Error to get ringbuffer"; in Execute()
63 LOG(ERROR) << "Error to create output stream"; in Execute()
74 LOG(ERROR) << "Error to Execute bin file update"; in Execute()
90 LOG(ERROR) << "Error to get bin file"; in ExtractBinFile()
94 LOG(INFO) << "UScriptInstructionBinFlowWrite::ExtractBinFile " << upgradeFileName; in ExtractBinFile()
97 LOG(ERROR) << "Error to get pkg manager"; in ExtractBinFile()
108 LOG(ERROR) << "Error to create output stream"; in ExtractBinFile()
[all …]
/base/update/updater/services/applypatch/
Dpartition_record.cpp37 LOG(ERROR) << "realPath is NULL" << " : " << strerror(errno); in IsPartitionUpdated()
43LOG(ERROR) << "PartitionRecord: Open misc to recording partition failed" << " : " << strerror(errn… in IsPartitionUpdated()
47LOG(ERROR) << "PartitionRecord: Seek misc to specific offset failed" << " : " << strerror(errno); in IsPartitionUpdated()
52LOG(ERROR) << "PartitionRecord: Read from misc partition failed" << " : " << strerror(errno); in IsPartitionUpdated()
59LOG(DEBUG) << "PartitionRecord: Found " << partitionName << " record in misc partition"; in IsPartitionUpdated()
60 LOG(DEBUG) << "PartitionRecord: update status: " << pri->updated; in IsPartitionUpdated()
67LOG(INFO) << "PartitionRecord: Cannot found " << partitionName << " record in misc partition"; in IsPartitionUpdated()
76 LOG(ERROR) << "PartitionRecord: Seek misc to record offset failed: " << strerror(errno); in RecordPartitionSetOffset()
80 LOG(ERROR) << "PartitionRecord: Read offset failed: " << strerror(errno); in RecordPartitionSetOffset()
85 LOG(ERROR) << "PartitionRecord: Seek misc to specific offset failed: " << strerror(errno); in RecordPartitionSetOffset()
[all …]
Dstore.cpp35 LOG(ERROR) << "Failed to get files for free space"; in DoFreeSpace()
40 LOG(ERROR) << "Failed to delete in do free space"; in DoFreeSpace()
56 LOG(ERROR) << "Failed to delete " << path; in FreeStore()
63 LOG(ERROR) << "path is empty."; in CreateNewSpace()
67 LOG(INFO) << "Create dir " << dirPath; in CreateNewSpace()
70 LOG(ERROR) << "Create new space, failed to stat"; in CreateNewSpace()
74 LOG(ERROR) << "Failed to make store"; in CreateNewSpace()
91 LOG(INFO) << "Delete " << *iter; in CreateNewSpace()
115 LOG(ERROR) << "Failed to create store"; in WriteDataToStore()
123 LOG(ERROR) << "Write to stash failed, " << size << " blocks to " << path; in WriteDataToStore()
[all …]
/base/update/sys_installer/services/module_update/service/src/
Dmodule_update_main.cpp50 LOG(INFO) << "RegisterModuleUpdateService"; in RegisterModuleUpdateService()
53 LOG(ERROR) << "Failed to get system ability manager"; in RegisterModuleUpdateService()
58 LOG(ERROR) << "AddSystemAbility error " << ret; in RegisterModuleUpdateService()
66 LOG(INFO) << "WaitForSysEventService"; in WaitForSysEventService()
69 LOG(ERROR) << "Failed to get system ability manager"; in WaitForSysEventService()
74 LOG(ERROR) << "SubscribeSystemAbility error " << ret; in WaitForSysEventService()
85 LOG(ERROR) << "Failed to get parameter " << BOOT_COMPLETE_PARAM; in CheckBootComplete()
93 LOG(INFO) << "WatchBootComplete"; in WatchBootComplete()
96 LOG(ERROR) << "Failed to watch parameter " << BOOT_COMPLETE_PARAM; in WatchBootComplete()
102 LOG(INFO) << "RegisterSysEventListener"; in RegisterSysEventListener()
[all …]
/base/update/sys_installer/frameworks/ipc_server/src/
Dmodule_update_service.cpp40 LOG(ERROR) << "Failed to create install dir"; in CreateModuleDirs()
45 LOG(ERROR) << "Failed to create hmp install dir " << hmpInstallDir; in CreateModuleDirs()
50 LOG(ERROR) << "Failed to create hmp active dir " << hmpActiveDir; in CreateModuleDirs()
75 LOG(ERROR) << "Wrong module file " << file << " in active dir"; in BackupFile()
80 LOG(ERROR) << "Failed to create hmp dir " << destPath; in BackupFile()
86 LOG(ERROR) << "Failed to link file " << file << " to dest " << destFile; in BackupFile()
95 LOG(INFO) << "ModuleUpdateService begin"; in ModuleUpdateService()
100 LOG(INFO) << "ModuleUpdateService end"; in ~ModuleUpdateService()
105 LOG(INFO) << "InstallModulePackage " << pkgPath; in InstallModulePackage()
108 LOG(ERROR) << "Invalid package path " << pkgPath; in InstallModulePackage()
[all …]
/base/update/sys_installer/services/module_update/util/src/
Dmodule_file.cpp69 LOG(ERROR) << "Couldn't read filesystem magic"; in RetrieveFsType()
76 LOG(ERROR) << "Couldn't find filesystem magic"; in RetrieveFsType()
83 LOG(ERROR) << "Could not find " << IMG_FILE_NAME << " in package " << path; in ParseImageStat()
87 LOG(ERROR) << "Failed to get file offset from package " << path; in ParseImageStat()
91 LOG(ERROR) << "Failed to get file size from package " << path; in ParseImageStat()
97 LOG(ERROR) << "Invalid path " << path; in ParseImageStat()
102 LOG(ERROR) << "Failed to open package " << path << ": I/O error"; in ParseImageStat()
107 LOG(ERROR) << "Failed to get fs type " << path; in ParseImageStat()
112 LOG(ERROR) << "Failed to copy fs type " << fsTypePtr; in ParseImageStat()
121 LOG(ERROR) << "Could not find " << fileName; in ExtractZipFile()
[all …]
Dmodule_zip_helper.cpp79 LOG(WARNING) << "Close handle error " << err << ". path=" << zipPath_; in ~ModuleZipHelper()
87 LOG(ERROR) << "Cannot get entry number with invalid handle. path=" << zipPath_; in GetNumberOfEntry()
93 LOG(ERROR) << "Get global info error " << err << ". path=" << zipPath_; in GetNumberOfEntry()
103 LOG(ERROR) << "Cannot locate file with invalid handle. path=" << zipPath_; in LocateFile()
108 LOG(ERROR) << filename << " is not found in " << zipPath_; in LocateFile()
120 LOG(ERROR) << "Cannot get file size without located file. path=" << zipPath_; in GetFileSize()
126 LOG(ERROR) << "Get file size error " << err << ". " << filename_ << " in " << zipPath_; in GetFileSize()
136 LOG(ERROR) << "Cannot get file offset without located file. path=" << zipPath_; in GetFileOffset()
142 LOG(ERROR) << "Get file pos error " << err << ". " << filename_ << " in " << zipPath_; in GetFileOffset()
147 LOG(ERROR) << "Cannot get file entry offset"; in GetFileOffset()
[all …]
/base/update/updater/services/hdi/client/
Dupdate_hdi_client.cpp40 LOG(ERROR) << "updateInterface_ is null"; in GetLockStatus()
49 LOG(INFO) << "updateInterface_ has loaded"; in Init()
59 LOG(INFO) << "updateInterface_ has loaded"; in LoadLibrary()
65 LOG(ERROR) << "open " << HDI_LIB_NAME << " fail"; in LoadLibrary()
71 LOG(ERROR) << "can not find " << getInstance; in LoadLibrary()
78 LOG(ERROR) << "updateInterface_ is null"; in LoadLibrary()
82 LOG(INFO) << "load " << HDI_LIB_NAME << " success"; in LoadLibrary()
89 LOG(INFO) << HDI_LIB_NAME << "is already closed"; in CloseLibrary()
95 LOG(INFO) << HDI_LIB_NAME << " is closed"; in CloseLibrary()
/base/update/updater/services/
Dupdater_utils.cpp41 LOG(INFO) << "Can not open dir"; in DeleteUpdaterPath()
75 LOG(ERROR) << "ClearMisc clear boot message to misc failed"; in ClearMisc()
80 LOG(INFO) << "cannot get block device of partition"; in ClearMisc()
83 LOG(INFO) << "ClearMisc::misc path : " << miscBlockDev; in ClearMisc()
86 LOG(ERROR) << "WriteVersionCode fopen failed" << " : " << strerror(errno); in ClearMisc()
90 LOG(ERROR) << "ClearMisc fseek failed"; in ClearMisc()
95 LOG(ERROR) << "ClearMisc write misc initOffset 0 failed" << " : " << strerror(errno); in ClearMisc()
103 LOG(ERROR) << "ClearMisc fseek failed"; in ClearMisc()
107 LOG(ERROR) << "ClearMisc write misc cleanPartition failed" << " : " << strerror(errno); in ClearMisc()
135 LOG(ERROR) << "PostUpdater clear misc failed"; in PostUpdater()
[all …]
Dupdater.cpp68 LOG(ERROR) << "ExtractUpdaterBinary create stream fail"; in ExtractUpdaterBinary()
74 LOG(ERROR) << "ExtractUpdaterBinary extract file failed"; in ExtractUpdaterBinary()
80 LOG(ERROR) << "verify updater_binary failed"; in ExtractUpdaterBinary()
92 LOG(ERROR) << "pkgManager is nullptr"; in GetUpdatePackageInfo()
97 LOG(INFO) << "LoadPackage fail ret :"<< ret; in GetUpdatePackageInfo()
108 LOG(ERROR) << "get stash size error"; in IsSpaceCapacitySufficient()
113 LOG(INFO) << "get max stash size:" << maxStashSize; in IsSpaceCapacitySufficient()
118 LOG(ERROR) << "CheckStatvfs error"; in IsSpaceCapacitySufficient()
132 LOG(ERROR) << "pkgManager is nullptr"; in GetStashSizeList()
140 LOG(ERROR) << "LoadPackageWithoutUnPack failed " << path; in GetStashSizeList()
[all …]
/base/update/updater/interfaces/kits/misc_info/
Dmisc_info.cpp28 LOG(ERROR) << "realPath is NULL" << " : " << strerror(errno); in WriteUpdaterMessage()
34 LOG(ERROR) << "WriteUpdaterMessage fopen failed" << " : " << strerror(errno); in WriteUpdaterMessage()
40 LOG(ERROR) << "WriteUpdaterMessage fwrite failed" << " : " << strerror(errno); in WriteUpdaterMessage()
47 LOG(ERROR) << "WriteUpdaterMessage fclose failed" << " : " << strerror(errno); in WriteUpdaterMessage()
57 LOG(ERROR) << "realPath is NULL" << " : " << strerror(errno); in ReadUpdaterMessage()
63 LOG(ERROR) << "ReadUpdaterMessage fopen failed" << " : " << strerror(errno); in ReadUpdaterMessage()
70 LOG(ERROR) << "ReadUpdaterMessage fwrite failed" << " : " << strerror(errno); in ReadUpdaterMessage()
77 LOG(ERROR) << "ReadUpdaterMessage fclose failed" << " : " << strerror(errno); in ReadUpdaterMessage()
81 LOG(ERROR) << "ReadUpdaterMessage memcpy failed" << " : " << strerror(errno); in ReadUpdaterMessage()
91 LOG(INFO) << "cannot get block device of partition"; in WriteUpdaterMiscMsg()
[all …]
/base/update/sys_installer/services/module_update/src/
Dmodule_loop.cpp64 LOG(ERROR) << "Failed to clear fd for loopback device"; in MaybeCloseBad()
72 LOG(ERROR) << "loop-control is not ready"; in PreAllocateLoopDevices()
77 LOG(ERROR) << "Failed to open loop-control"; in PreAllocateLoopDevices()
86 LOG(ERROR) << "Failed to open " << BLOCK_DEV_PATH; in PreAllocateLoopDevices()
108 LOG(INFO) << "start id is " << startId; in PreAllocateLoopDevices()
113 LOG(ERROR) << "Failed to add loop device"; in PreAllocateLoopDevices()
117 LOG(INFO) << "Pre-allocated " << num << " loopback devices"; in PreAllocateLoopDevices()
124 LOG(ERROR) << "invalid device path " << devicePath; in ConfigureReadAhead()
132 LOG(ERROR) << "invalid device path " << sysfsDevice; in ConfigureReadAhead()
137 LOG(ERROR) << "Failed to open " << realPath; in ConfigureReadAhead()
[all …]
Dmodule_update.cpp65 LOG(INFO) << stagePath << " already exists. Deleting"; in StageUpdateModulePackage()
68 LOG(ERROR) << "Failed to unlink " << stagePath; in StageUpdateModulePackage()
74 LOG(ERROR) << path << " doesn't exist."; in StageUpdateModulePackage()
79 LOG(ERROR) << "Unable to link " << updatePath << " to " << stagePath; in StageUpdateModulePackage()
123 LOG(INFO) << "CheckModuleUpdate path=" << path; in CheckModuleUpdate()
127 LOG(ERROR) << "Failed to parse sa profile"; in CheckModuleUpdate()
136 LOG(INFO) << "No module needs to activate"; in CheckModuleUpdate()
140 LOG(ERROR) << "Failed to pre allocate loop devices"; in CheckModuleUpdate()
144 LOG(ERROR) << "Failed to activate modules"; in CheckModuleUpdate()
148 LOG(INFO) << "CheckModuleUpdate done, duration=" << timer << ", ret=" << ret; in CheckModuleUpdate()
[all …]

12345