目前已识别到模块信息,查看riladapter_host进程没有启动

ril适配做了如下修改

diff --git a/rk3568/hdf_config/uhdf/device_info.hcs b/rk3568/hdf_config/uhdf/device_info.hcs
index 1299a09..3368cb2 100644
--- a/rk3568/hdf_config/uhdf/device_info.hcs
+++ b/rk3568/hdf_config/uhdf/device_info.hcs
@@ -34,6 +34,19 @@
                 }
             }
         }
+        riladapter :: host {^M
+            hostName = "riladapter_host";^M
+            priority = 50;^M
+            gid = ["root"];^M
+            riladapter_device :: device {^M
+                device0 :: deviceNode {^M
+                    policy = 2;^M
+                    priority = 100;^M
+                    moduleName = "libril_driver.z.so";^M
+                    serviceName = "ril_service";^M
+                }^M
+            }^M
+        }^M
         bluetooth :: host {
             hostName = "blue_host";
             priority = 50;
diff --git a/services/etc/passwd b/services/etc/passwd
index cd121a6d..d1d09d2a 100644
--- a/services/etc/passwd
+++ b/services/etc/passwd
@@ -52,7 +52,7 @@ camera_host:x:3028:3028:::/bin/false
 input_user_host:x:3029:3029:::/bin/false
 display_gralloc_host:x:3030:3030:::/bin/false
 codec_host:x:3031:3031:::/bin/false
-riladapter_host:x:3032:3032:::/bin/false
+riladapter_host:x:0:3032:::/bin/false
 sensor_host:x:3033:3033:::/bin/false
 vibrator_host:x:3034:3034:::/bin/false
 light_host:x:3035:3035:::/bin/false

开机插入模块会报以下log(hilog -t core),是不是还有哪里要做适配修改。

08-06 20:35:27.373   460   639 E C02500/HDF_AUDIO_HOST: [CheckAudioUsbDevice][line:299]: usb device name[bus/usb/002/002]
08-06 20:35:27.382   480   590 I C02500/usb_ddk_uevent: DdkUeventCallBack: cmd is: 3.
08-06 20:35:27.382   480   590 E C02500/USB_DDK_PNP_LOADER: <private>:<private> g_usbPnpDeviceTableListHead is empty.
08-06 20:35:27.383   480   590 E C02500/driver_loader_full: /vendor/lib/libusb_pnp_sample_driver.z.so no valid, errno:2
08-06 20:35:27.383   480   590 E C02500/device_object: can not found driver <private>
08-06 20:35:27.383   480   590 E C02500/USB_DDK_PNP_LOADER: <private>: failed to register device <private>
08-06 20:35:27.383   480   590 E C02500/hdf_device: <private>: device <private> detach unknown devnode <private>
08-06 20:35:27.383   480   590 I C02500/device_node: release devnode (null)
08-06 20:35:27.383   480   590 E C02500/USB_DDK_PNP_LOADER: <private>: handle failed, cmdId is <private>, ret=<private>
08-06 20:35:27.384   480   590 E C02500/USB_DDK_PNP_LOADER: <private>:<private> g_usbPnpDeviceTableListHead is empty.
08-06 20:35:27.384   460   639 E C02500/HDF_AUDIO_HOST: [ReadAndScanUsbDev][line:156]: audio realpath fail[2]
08-06 20:35:27.384   460   639 W C02500/HDF_AUDIO_HOST: [AudioUsbHeadsetDetectDevice][line:330]: check audio usb device not exist, not add
08-06 20:35:27.390   480   590 I C02500/device_node: launch devnode
08-06 20:35:27.391   480   590 E C02500/device_object: failed to attach device <private>
08-06 20:35:27.391   480   590 E C02500/USB_DDK_PNP_LOADER: <private>: failed to register device <private>
08-06 20:35:27.391   480   590 E C02500/USB_HOST_ACM: <private>: acm is null
08-06 20:35:27.392   242   509 E C02500/devmgr_service: devmgr detach device 3000102 not found
08-06 20:35:27.392   242   509 E C02500/devmgr_service_stub: DevmgrServiceStubDispatch devmgr service stub dispach failed, cmd id is 3, ret = -202
08-06 20:35:27.396   480   590 I C02500/device_node: release devnode (null)
08-06 20:35:27.396   480   590 E C02500/USB_DDK_PNP_LOADER: <private>: handle failed, cmdId is <private>, ret=<private>
08-06 20:35:27.396   480   590 I C02500/USB_DDK_PNP_LOADER: <private>:<private> ret=<private> DONE
08-06 20:35:27.398   246   246 I C01800/SAMGR: SystemAbilityManagerStub::OnReceived, code = 2, callerPid = 480, flags= 0
08-06 20:35:27.398   246   246 I C01800/SAMGR: found service : 4201.
08-06 20:35:27.400   480   590 I C02500/usbd_load_usb_service: <private>: IncreaseUsbLoadRemoveCount count_: <private>
08-06 20:35:27.400   480   590 I C02500/USB_RAW_API_LIBRARY: RawInit: created default context
08-06 20:35:27.400   480   590 E C02500/USB_INTERFACE_POOL: IfFindInterfacePool:348 interface pool list is empty
08-06 20:35:27.416   248   280 E C04301/StorageDaemon: [UeventKernelMulticastRecv:57] Groups or pid check failed
08-06 20:35:27.427   248   280 E C04301/StorageDaemon: [UeventKernelMulticastRecv:57] Groups or pid check failed
08-06 20:35:27.442   248   280 E C04301/StorageDaemon: [UeventKernelMulticastRecv:57] Groups or pid check failed
08-06 20:35:27.901   480   590 E C02500/USB_RAW_API_LIBRARY: RawUsbMemFree:1511 mem is null.
08-06 20:35:27.904   480   590 I C02500/Usbd: FunAttachDevice:UsbOpen success
08-06 20:35:27.905   787   787 I C02904/UsbService: [usb_service_subscriber.cpp] DeviceEvent# usb attached
08-06 20:35:27.905   787   787 I C02904/UsbService: [usb_service.cpp] GetDeviceInfo# busNum:2 devAddr:2
08-06 20:35:27.907   787   787 I C02904/UsbService: [usb_descriptor_parser.cpp] ParseDeviceDescriptor# parse begin length=50
08-06 20:35:27.907   787   787 I C02904/UsbService: [usb_service.cpp] GetConfigDescriptor# GetConfigDescriptor length=50
08-06 20:35:27.907   787   787 I C02904/UsbService: [usb_descriptor_parser.cpp] ParseConfigDescriptor# parse begin length=32, cursor=0
08-06 20:35:27.907   787   787 I C02904/UsbService: [usb_descriptor_parser.cpp] ParseEndpointDescriptor# parse begin, length=14, cursor=0
08-06 20:35:27.907   787   787 I C02904/UsbService: [usb_descriptor_parser.cpp] ParseEndpointDescriptor# parse begin, length=7, cursor=0
08-06 20:35:27.909   787   787 I C02904/UsbService: [usb_service.cpp] GetDevStringValFromIdx# type or length error, len:256
08-06 20:35:27.911   787   787 I C02904/UsbService: [usb_service.cpp] GetDevStringValFromIdx# type or length error, len:256
08-06 20:35:27.911   787   787 I C02904/UsbService: [usb_service.cpp] FillDevStrings# iSerial:0 mSerial:  Manufactur:  product:  version:3024
08-06 20:35:27.913   787   787 I C02904/UsbService: [usb_service.cpp] GetDevStringValFromIdx# type or length error, len:256
08-06 20:35:27.913   787   787 I C02904/UsbService: [usb_service.cpp] FillDevStrings# Config:3
08-06 20:35:27.913   787   787 I C02904/UsbService: [usb_service.cpp] FillDevStrings# interface:0
08-06 20:35:27.914   787   787 I C02904/UsbService: [usb_service.cpp] GetConfigDescriptor# FillDevStrings ret=0
08-06 20:35:27.915   787   787 I C02904/UsbService: [usb_service.cpp] GetDeviceInfo# CloseDevice=UsbDevice[name_=2-2,manufacturerName_= ,productName_= ,version_=3024,serial_= ,busNum_=2,devAddr_=
2,vendorId_=6018,productId_=19712,klass_=255,subClass_=0,protocol_=0];    USBConfig[name= ,id=1,iConfiguration=3,attributes=192,maxPower=1;  ]UsbInterface[id=0,name_= ,iInterface_=0,klass_=255,su
bClass_=0,protocol_=0,alternateSetting_=0];    USBEndpoint:[Address:129, Direction:128, Attributes:2, EndpointNumber:1, Interval:0, MaxPacketSize:512, Type:2]USBEndpoint:[Address:1, Direction:0,
Attributes:2, EndpointNumber:1, Interval:0, MaxPacketSize:512, Type:2]
08-06 20:35:27.915   787   787 I C02904/UsbService: [usb_service.cpp] AddDevice# GetDeviceInfo ret=0
08-06 20:35:27.918   787   787 I C02901/UsbMgrService: [usb_host_manager.cpp] PublishCommonEvent# send usual.event.hardware.usb.action.USB_DEVICE_ATTACHED broadcast device:{"busNum":2,"clazz":255
,"configs":[{"attributes":192,"id":1,"interfaces":[{"alternateSetting":0,"clazz":255,"endpoints":[{"address":129,"attributes":2,"direction":128,"interfaceId":0,"interval":0,"maxPacketSize":512,"n
umber":1,"type":2},{"address":1,"attributes":2,"direction":0,"interfaceId":0,"interval":0,"maxPacketSize":512,"number":1,"type":2}],"id":0,"name":" ","protocol":0,"subClass":0}],"isRemoteWakeup":
false,"isSelfPowered":true,"maxPower":1,"name":" "}],"devAddress":2,"manufacturerName":" ","name":"2-2","productId":19712,"productName":" ","protocol":0,"serial":" ","subClass":0,"vendorId":6018,
"version":"3024"}
08-06 20:35:27.918   787   787 I C02901/UsbMgrService: [usb_host_manager.cpp] ReportHostPlugSysEvent# Host mode Indicates the insertion and removal information
08-06 20:35:27.919   787   787 I C01200/Ces: [common_event_manager.cpp:(NewPublishCommonEventAsUser):78] enter
08-06 20:35:27.921   246   246 I C01800/SAMGR: SystemAbilityManagerStub::OnReceived, code = 12, callerPid = 787, flags= 0
08-06 20:35:27.921   243   441 I C02d10/HiView-SysEventSource: Parser: parser result domain_=USB eventName_=USB_PLUG_IN_OUT_HOST_MODE
08-06 20:35:27.921   246   246 I C01800/SAMGR: found service : 3901.
08-06 20:35:27.922   243   485 I C02d10/HiView-SysEventService: Convert2SysEvent: domain is USB, eventName is USB_PLUG_IN_OUT_HOST_MODE.
08-06 20:35:27.929   787   787 I C01200/Ces: [common_event.cpp:(PublishCommonEventAsUser):48] enter
08-06 20:35:27.929   787   787 I C01200/Ces: [common_event.cpp:(PublishParameterCheck):91] enter
08-06 20:35:27.929   787  1099 I C02d33/HitraceMeter: ParameterChange enableflags 0
08-06 20:35:27.930   787   787 I C01200/Ces: [common_event.cpp:(GetCommonEventProxy):279] enter
08-06 20:35:27.930   787   787 W C01200/Ces: [common_event_proxy.cpp:(PublishCommonEvent):70] invalid commonEventListener
08-06 20:35:27.932   520  1054 I C01200/Ces: [common_event_manager_service.cpp:(PublishCommonEvent):98] enter
08-06 20:35:27.932   520  1054 I C01200/Ces: [common_event_manager_service.cpp:(PublishCommonEventDetailed):139] enter
08-06 20:35:27.932   520  1054 I C01200/Ces: [common_event_manager_service.cpp:(PublishCommonEventDetailed):141] clientToken = 671432339
08-06 20:35:27.933   520  1054 I C01200/Ces: [bundle_manager_helper.cpp:(GetBundleName):40] enter
08-06 20:35:27.934   520  1054 W C01120/BundleMgrService: [bundle_data_mgr.cpp(GetBundleNameForUid):1702] get innerBundleInfo from bundleInfo_ by uid failed.
08-06 20:35:27.934   520  1054 I C01120/BundleMgrService: [bundle_sandbox_app_helper.cpp(GetInnerBundleInfoByUid):153] enter GetInnerBundleInfoByUid
08-06 20:35:27.934   520  1054 I C01120/BundleMgrService: [bundle_sandbox_data_mgr.cpp(GetInnerBundleInfoByUid):236] GetInnerBundleInfoByUid with uid is 1018
08-06 20:35:27.934   520  1054 E C01120/BundleMgrService: [bundle_sandbox_data_mgr.cpp(GetInnerBundleInfoByUid):247] sandboxAppInfos_ is empty
08-06 20:35:27.934   520  1054 E C01120/BundleMgrService: [bundle_data_mgr.cpp(GetBundleNameForUid):1708] get innerBundleInfo by uid failed.
08-06 20:35:27.935   520  1054 I C01200/Ces: [publish_manager.cpp:(CheckIsFloodAttack):33] enter
08-06 20:35:27.935   520  1054 I C01200/Ces: [system_time.cpp:(GetNowSysTime):27] enter
08-06 20:35:27.936   520  1015 I C01200/Ces: [inner_common_event_manager.cpp:(PublishCommonEvent):70] enter (pid = 787, uid = 1018), event = usual.event.hardware.usb.action.USB_DEVICE_ATTACHED to
 userId = -3
08-06 20:35:27.936   520  1015 I C01200/Ces: [common_event_support.cpp:(IsSystemEvent):1641] enter
08-06 20:35:27.936   520  1015 I C01200/Ces: [inner_common_event_manager.cpp:(CheckUserId):351] enter
08-06 20:35:27.936   520  1015 I C01200/Ces: [inner_common_event_manager.cpp:(PublishCommonEvent):94] System common event
08-06 20:35:27.936   520  1015 I C01200/Ces: [static_subscriber_manager.cpp:(PublishCommonEvent):96] enter, event = usual.event.hardware.usb.action.USB_DEVICE_ATTACHED, userId = -1
08-06 20:35:27.936   787   787 I C02901/UsbMgrService: [usb_host_manager.cpp] AddDevice# device:2-2 bus:2 dev:2 insert
08-06 20:35:27.936   520  1015 I C01200/Ces: [static_subscriber_manager.cpp:(UpdateSubscriber):337] enter
08-06 20:35:27.936   520  1015 I C01200/Ces: [static_subscriber_manager.cpp:(UpdateSubscriber):342] no need to update map
08-06 20:35:27.937   520  1015 I C01200/Ces: [common_event_control_manager.cpp:(PublishCommonEvent):51] enter
08-06 20:35:27.937   520  1015 I C01200/Ces: [common_event_control_manager.cpp:(ProcessOrderedEvent):330] enter
08-06 20:35:27.937   520  1015 I C02d06/XCollie: Add thread CesSrvOrderEventHandler to watchdog.
08-06 20:35:27.937   520  1015 I C02d06/XCollie: Task with CesSrvOrderEventHandler already exist, failed to insert.
08-06 20:35:27.937   520  1015 E C01200/Ces: [common_event_control_manager.cpp:(GetOrderedEventHandler):320] Failed to Add Ordered Thread
08-06 20:35:27.937   520  1015 I C01200/Ces: [common_event_subscriber_manager.cpp:(GetSubscriberRecords):103] enter
08-06 20:35:27.938   520  1015 I C01200/Ces: [common_event_control_manager.cpp:(ScheduleOrderedCommonEvent):451] enter
08-06 20:35:27.938   520  1015 I C01200/Ces: [common_event_support_mapper.cpp:(GetMappedSupport):39] enter
08-06 20:35:27.938   520  1059 I C01200/Ces: [ordered_event_handler.cpp:(ProcessEvent):42] ORDERED_EVENT_START
08-06 20:35:27.938   520  1059 I C01200/Ces: [common_event_control_manager.cpp:(ProcessNextOrderedEvent):512] enter
08-06 20:35:27.938   520  1059 I C01200/Ces: [system_time.cpp:(GetNowSysTime):27] enter
08-06 20:35:27.939   520  1059 I C01200/Ces: [common_event_control_manager.cpp:(CancelTimeout):612] enter
08-06 20:35:27.939   520  1059 I C01200/Ces: [common_event_control_manager.cpp:(EnqueueHistoryEventRecord):395] enter
08-06 20:35:27.939   520  1059 E C01200/Ces: [common_event_control_manager.cpp:(ProcessNextOrderedEvent):524] orderedEventQueue_ is empty
08-06 20:35:27.941   243   441 I C02d10/HiView-SysEventSource: Parser: parser result domain_=COMMONEVENT eventName_=PUBLISH
08-06 20:35:27.941   243   485 I C02d10/HiView-SysEventService: Convert2SysEvent: domain is COMMONEVENT, eventName is PUBLISH.
08-06 20:35:31.107   520  1054 I C02942/ThermalSvc: [thermal_observer.cpp:288] OnReceivedSensorInfo# callbackinfo_ size = 10
08-06 20:35:31.109   520  1054 I C02942/ThermalSvc: [thermal_observer.cpp:264] NotifySensorTempChanged# listeners.size = 0, callbackTypeMap.size = 0
08-06 20:35:31.110   520  1054 I C02942/ThermalSvc: [thermal_service_subscriber.cpp:94] SetHistoryTypeTempMap# SetHistoryTypeTempMap: sec=180
08-06 20:35:31.110   520  1204 I C02942/ThermalSvc: [thermalsrv_event_handler.cpp:35] ProcessEvent# eventid = 5
08-06 20:35:31.110   479  1206 I C02943/ThermalHdi: [thermal_hdf_timer.cpp:135] ResetCount# multipleList_:2
08-06 20:35:31.110   479  1206 I C02943/ThermalHdi: [thermal_hdf_timer.cpp:140] ResetCount# reportTime:1
08-06 20:35:33.724   480   590 I C02500/usb_ddk_uevent: DdkUeventCallBack: cmd is: 4.
08-06 20:35:33.725   480   590 E C02500/USB_DDK_PNP_LOADER: <private>:<private> g_usbPnpDeviceTableListHead is empty.
08-06 20:35:33.725   480   590 I C02500/USB_DDK_PNP_LOADER: <private>:<private> ret=<private> DONE
08-06 20:35:33.725   480   590 I C02500/usbd_load_usb_service: <private>: DecreaseUsbLoadRemoveCount count_: <private>
08-06 20:35:33.731   460   639 W C02500/HDF_AUDIO_HOST: [AudioUsbHeadsetDetectDevice][line:336]: check audio usb device not exist, not delete
08-06 20:35:33.732   248   280 E C04301/StorageDaemon: [UeventKernelMulticastRecv:57] Groups or pid check failed
08-06 20:35:33.749   248   280 E C04301/StorageDaemon: [UeventKernelMulticastRecv:57] Groups or pid check failed
08-06 20:35:33.758   248   280 E C04301/StorageDaemon: [UeventKernelMulticastRecv:57] Groups or pid check failed
08-06 20:35:33.826   480   590 E C02500/Usbd: UsbdBulkASyncListReleasePort: port or port->bulkASyncList is nullptr
08-06 20:35:33.827   787   787 I C02904/UsbService: [usb_service_subscriber.cpp] DeviceEvent# usb detached
08-06 20:35:33.827   787   787 I C02905/Usbd: [usb_service.cpp] DelDevice# entry
08-06 20:35:33.828   480   590 E C02500/Usbd: CloseDevice:FindDevFromService failed
08-06 20:35:33.828   480   590 E C02500/usb_interface_stub: UsbInterfaceStubCloseDevice failed, error code is <private>
08-06 20:35:33.829   787   787 E C01510/BinderInvoker: 121: SendRequest: handle=2 result = -202
08-06 20:35:33.829   787   787 E C02500/usb_interface_proxy: CloseDevice failed, error code is -202
08-06 20:35:33.829   787   787 E C02905/Usbd: [usb_service.cpp] DelDevice# Close device failed width ret = -202
08-06 20:35:33.829   787   787 W C02904/UsbService: [usb_service.cpp] DelDevice# remove right failed busNum:2 devAddr:2
08-06 20:35:33.829   787   787 I C02901/UsbMgrService: [usb_host_manager.cpp] DelDevice# device:2-2 bus:2 dev:2 erase
08-06 20:35:33.831   787   787 I C02901/UsbMgrService: [usb_host_manager.cpp] PublishCommonEvent# send usual.event.hardware.usb.action.USB_DEVICE_DETACHED broadcast device:{"busNum":2,"clazz":255
,"configs":[{"attributes":192,"id":1,"interfaces":[{"alternateSetting":0,"clazz":255,"endpoints":[{"address":129,"attributes":2,"direction":128,"interfaceId":0,"interval":0,"maxPacketSize":512,"n
umber":1,"type":2},{"address":1,"attributes":2,"direction":0,"interfaceId":0,"interval":0,"maxPacketSize":512,"number":1,"type":2}],"id":0,"name":" ","protocol":0,"subClass":0}],"isRemoteWakeup":
false,"isSelfPowered":true,"maxPower":1,"name":" "}],"devAddress":2,"manufacturerName":" ","name":"2-2","productId":19712,"productName":" ","protocol":0,"serial":" ","subClass":0,"vendorId":6018,
"version":"3024"}
08-06 20:35:33.832   787   787 I C02901/UsbMgrService: [usb_host_manager.cpp] ReportHostPlugSysEvent# Host mode Indicates the insertion and removal information
08-06 20:35:33.834   787   787 I C01200/Ces: [common_event_manager.cpp:(NewPublishCommonEventAsUser):78] enter
08-06 20:35:33.834   787   787 I C01200/Ces: [common_event.cpp:(PublishCommonEventAsUser):48] enter
08-06 20:35:33.834   787   787 I C01200/Ces: [common_event.cpp:(PublishParameterCheck):91] enter
08-06 20:35:33.834   787   787 I C01200/Ces: [common_event.cpp:(GetCommonEventProxy):279] enter
08-06 20:35:33.834   243   441 I C02d10/HiView-SysEventSource: Parser: parser result domain_=USB eventName_=USB_PLUG_IN_OUT_HOST_MODE
08-06 20:35:33.834   787   787 W C01200/Ces: [common_event_proxy.cpp:(PublishCommonEvent):70] invalid commonEventListener
08-06 20:35:33.835   243   485 I C02d10/HiView-SysEventService: Convert2SysEvent: domain is USB, eventName is USB_PLUG_IN_OUT_HOST_MODE.
08-06 20:35:33.835   520  1054 I C01200/Ces: [common_event_manager_service.cpp:(PublishCommonEvent):98] enter
08-06 20:35:33.836   520  1054 I C01200/Ces: [common_event_manager_service.cpp:(PublishCommonEventDetailed):139] enter
08-06 20:35:33.836   520  1054 I C01200/Ces: [common_event_manager_service.cpp:(PublishCommonEventDetailed):141] clientToken = 671432339
08-06 20:35:33.836   520  1054 I C01200/Ces: [bundle_manager_helper.cpp:(GetBundleName):40] enter
08-06 20:35:33.837   520  1054 W C01120/BundleMgrService: [bundle_data_mgr.cpp(GetBundleNameForUid):1702] get innerBundleInfo from bundleInfo_ by uid failed.
08-06 20:35:33.837   520  1054 I C01120/BundleMgrService: [bundle_sandbox_app_helper.cpp(GetInnerBundleInfoByUid):153] enter GetInnerBundleInfoByUid
08-06 20:35:33.837   520  1054 I C01120/BundleMgrService: [bundle_sandbox_data_mgr.cpp(GetInnerBundleInfoByUid):236] GetInnerBundleInfoByUid with uid is 1018
08-06 20:35:33.837   520  1054 E C01120/BundleMgrService: [bundle_sandbox_data_mgr.cpp(GetInnerBundleInfoByUid):247] sandboxAppInfos_ is empty
08-06 20:35:33.837   520  1054 E C01120/BundleMgrService: [bundle_data_mgr.cpp(GetBundleNameForUid):1708] get innerBundleInfo by uid failed.
08-06 20:35:33.838   520  1054 I C01200/Ces: [publish_manager.cpp:(CheckIsFloodAttack):33] enter
08-06 20:35:33.838   520  1054 I C01200/Ces: [system_time.cpp:(GetNowSysTime):27] enter
08-06 20:35:33.839   520  1015 I C01200/Ces: [inner_common_event_manager.cpp:(PublishCommonEvent):70] enter (pid = 787, uid = 1018), event = usual.event.hardware.usb.action.USB_DEVICE_DETACHED to
 userId = -3
08-06 20:35:33.839   520  1015 I C01200/Ces: [common_event_support.cpp:(IsSystemEvent):1641] enter
08-06 20:35:33.839   520  1015 I C01200/Ces: [inner_common_event_manager.cpp:(CheckUserId):351] enter
08-06 20:35:33.840   520  1015 I C01200/Ces: [inner_common_event_manager.cpp:(PublishCommonEvent):94] System common event
08-06 20:35:33.840   520  1015 I C01200/Ces: [static_subscriber_manager.cpp:(PublishCommonEvent):96] enter, event = usual.event.hardware.usb.action.USB_DEVICE_DETACHED, userId = -1
08-06 20:35:33.840   520  1015 I C01200/Ces: [static_subscriber_manager.cpp:(UpdateSubscriber):337] enter
08-06 20:35:33.840   520  1015 I C01200/Ces: [static_subscriber_manager.cpp:(UpdateSubscriber):342] no need to update map
08-06 20:35:33.840   520  1015 I C01200/Ces: [common_event_control_manager.cpp:(PublishCommonEvent):51] enter
08-06 20:35:33.840   520  1015 I C01200/Ces: [common_event_control_manager.cpp:(ProcessOrderedEvent):330] enter
08-06 20:35:33.840   520  1015 I C02d06/XCollie: Add thread CesSrvOrderEventHandler to watchdog.
08-06 20:35:33.841   520  1015 I C02d06/XCollie: Task with CesSrvOrderEventHandler already exist, failed to insert.
08-06 20:35:33.841   520  1015 E C01200/Ces: [common_event_control_manager.cpp:(GetOrderedEventHandler):320] Failed to Add Ordered Thread
08-06 20:35:33.841   520  1015 I C01200/Ces: [common_event_subscriber_manager.cpp:(GetSubscriberRecords):103] enter
08-06 20:35:33.841   520  1015 I C01200/Ces: [common_event_control_manager.cpp:(ScheduleOrderedCommonEvent):451] enter
08-06 20:35:33.841   520  1015 I C01200/Ces: [common_event_support_mapper.cpp:(GetMappedSupport):39] enter
08-06 20:35:33.841   520  1059 I C01200/Ces: [ordered_event_handler.cpp:(ProcessEvent):42] ORDERED_EVENT_START
08-06 20:35:33.841   520  1059 I C01200/Ces: [common_event_control_manager.cpp:(ProcessNextOrderedEvent):512] enter
08-06 20:35:33.841   520  1059 I C01200/Ces: [system_time.cpp:(GetNowSysTime):27] enter
08-06 20:35:33.842   520  1059 I C01200/Ces: [common_event_control_manager.cpp:(CancelTimeout):612] enter
08-06 20:35:33.842   520  1059 I C01200/Ces: [common_event_control_manager.cpp:(EnqueueHistoryEventRecord):395] enter
08-06 20:35:33.842   520  1059 E C01200/Ces: [common_event_control_manager.cpp:(ProcessNextOrderedEvent):524] orderedEventQueue_ is empty
08-06 20:35:38.260   460   639 E C02500/HDF_AUDIO_HOST: [CheckAudioUsbDevice][line:299]: usb device name[bus/usb/002/003]
08-06 20:35:38.318   480   590 I C02500/usb_ddk_uevent: DdkUeventCallBack: cmd is: 3.
08-06 20:35:38.318   480   590 E C02500/USB_DDK_PNP_LOADER: <private>:<private> g_usbPnpDeviceTableListHead is empty.
08-06 20:35:38.318   480   590 E C02500/driver_loader_full: /vendor/lib/libusb_pnp_sample_driver.z.so no valid, errno:2
08-06 20:35:38.318   480   590 E C02500/device_object: can not found driver <private>
08-06 20:35:38.318   480   590 E C02500/USB_DDK_PNP_LOADER: <private>: failed to register device <private>
08-06 20:35:38.318   480   590 E C02500/hdf_device: <private>: device <private> detach unknown devnode <private>
08-06 20:35:38.318   480   590 I C02500/device_node: release devnode (null)
08-06 20:35:38.318   480   590 E C02500/USB_DDK_PNP_LOADER: <private>: handle failed, cmdId is <private>, ret=<private>
08-06 20:35:38.318   480   590 E C02500/USB_DDK_PNP_LOADER: <private>:<private> g_usbPnpDeviceTableListHead is empty.
08-06 20:35:38.319   480   590 I C02500/device_node: launch devnode
08-06 20:35:38.319   480   590 E C02500/device_object: failed to attach device <private>
08-06 20:35:38.319   480   590 E C02500/USB_DDK_PNP_LOADER: <private>: failed to register device <private>
08-06 20:35:38.319   480   590 E C02500/USB_HOST_ACM: <private>: acm is null
08-06 20:35:38.319   242   509 E C02500/devmgr_service: devmgr detach device 3000103 not found
08-06 20:35:38.319   242   509 E C02500/devmgr_service_stub: DevmgrServiceStubDispatch devmgr service stub dispach failed, cmd id is 3, ret = -202
08-06 20:35:38.319   480   590 I C02500/device_node: release devnode (null)
08-06 20:35:38.319   480   590 E C02500/USB_DDK_PNP_LOADER: <private>: handle failed, cmdId is <private>, ret=<private>
08-06 20:35:38.319   480   590 I C02500/USB_DDK_PNP_LOADER: <private>:<private> ret=<private> DONE
08-06 20:35:38.320   246   246 I C01800/SAMGR: SystemAbilityManagerStub::OnReceived, code = 2, callerPid = 480, flags= 0
08-06 20:35:38.320   246   246 I C01800/SAMGR: found service : 4201.
08-06 20:35:38.320   460   639 W C02500/HDF_AUDIO_HOST: [AudioUsbHeadsetDetectDevice][line:330]: check audio usb device not exist, not add
08-06 20:35:38.320   480   590 I C02500/usbd_load_usb_service: <private>: IncreaseUsbLoadRemoveCount count_: <private>
08-06 20:35:38.321   480   590 I C02500/USB_RAW_API_LIBRARY: RawInit: created default context
08-06 20:35:38.321   480   590 E C02500/USB_INTERFACE_POOL: IfFindInterfacePool:348 interface pool list is empty
08-06 20:35:38.321   480   590 E C02500/USB_RAW_API_LIBRARY: RawUsbMemFree:1511 mem is null.
08-06 20:35:38.323   480   590 I C02500/Usbd: FunAttachDevice:UsbOpen success
08-06 20:35:38.323   787   787 I C02904/UsbService: [usb_service_subscriber.cpp] DeviceEvent# usb attached
08-06 20:35:38.323   787   787 I C02904/UsbService: [usb_service.cpp] GetDeviceInfo# busNum:2 devAddr:3
08-06 20:35:38.324   787   787 I C02904/UsbService: [usb_descriptor_parser.cpp] ParseDeviceDescriptor# parse begin length=227
08-06 20:35:38.324   787   787 I C02904/UsbService: [usb_service.cpp] GetConfigDescriptor# GetConfigDescriptor length=227
08-06 20:35:38.324   787   787 I C02904/UsbService: [usb_descriptor_parser.cpp] ParseConfigDescriptor# parse begin length=209, cursor=0
08-06 20:35:38.324   787   787 I C02904/UsbService: [usb_descriptor_parser.cpp] ParseInterfaceDescriptor# type = 11, length=8
08-06 20:35:38.324   787   787 I C02904/UsbService: [usb_descriptor_parser.cpp] ParseEndpointDescriptor# parse begin, length=183, cursor=0
08-06 20:35:38.324   787   787 I C02904/UsbService: [usb_descriptor_parser.cpp] ParseEndpointDescriptor# error type = 36, length=5
08-06 20:35:38.324   787   787 I C02904/UsbService: [usb_descriptor_parser.cpp] ParseEndpointDescriptor# error type = 36, length=5
08-06 20:35:38.324   787   787 I C02904/UsbService: [usb_descriptor_parser.cpp] ParseEndpointDescriptor# error type = 36, length=13
08-06 20:35:38.324   787   787 I C02904/UsbService: [usb_descriptor_parser.cpp] ParseEndpointDescriptor# error type = 36, length=6
08-06 20:35:38.324   787   787 I C02904/UsbService: [usb_descriptor_parser.cpp] ParseEndpointDescriptor# parse begin, length=129, cursor=0
08-06 20:35:38.324   787   787 I C02904/UsbService: [usb_descriptor_parser.cpp] ParseEndpointDescriptor# parse begin, length=122, cursor=0
08-06 20:35:38.324   787   787 I C02904/UsbService: [usb_descriptor_parser.cpp] ParseEndpointDescriptor# parse begin, length=106, cursor=0
08-06 20:35:38.324   787   787 I C02904/UsbService: [usb_descriptor_parser.cpp] ParseEndpointDescriptor# parse begin, length=99, cursor=0
08-06 20:35:38.324   787   787 I C02904/UsbService: [usb_descriptor_parser.cpp] ParseEndpointDescriptor# parse begin, length=83, cursor=0
08-06 20:35:38.324   787   787 I C02904/UsbService: [usb_descriptor_parser.cpp] ParseEndpointDescriptor# parse begin, length=76, cursor=0
08-06 20:35:38.324   787   787 I C02904/UsbService: [usb_descriptor_parser.cpp] ParseEndpointDescriptor# parse begin, length=60, cursor=0
08-06 20:35:38.324   787   787 I C02904/UsbService: [usb_descriptor_parser.cpp] ParseEndpointDescriptor# parse begin, length=53, cursor=0
08-06 20:35:38.324   787   787 I C02904/UsbService: [usb_descriptor_parser.cpp] ParseEndpointDescriptor# parse begin, length=37, cursor=0
08-06 20:35:38.324   787   787 I C02904/UsbService: [usb_descriptor_parser.cpp] ParseEndpointDescriptor# parse begin, length=30, cursor=0
08-06 20:35:38.324   787   787 I C02904/UsbService: [usb_descriptor_parser.cpp] ParseEndpointDescriptor# parse begin, length=14, cursor=0
08-06 20:35:38.324   787   787 I C02904/UsbService: [usb_descriptor_parser.cpp] ParseEndpointDescriptor# parse begin, length=7, cursor=0
08-06 20:35:38.325   787   787 I C02904/UsbService: [usb_service.cpp] GetDevStringValFromIdx# type or length error, len:256
08-06 20:35:38.326   787   787 I C02904/UsbService: [usb_service.cpp] GetDevStringValFromIdx# type or length error, len:256
08-06 20:35:38.327   787   787 I C02904/UsbService: [usb_service.cpp] GetDevStringValFromIdx# type or length error, len:256
08-06 20:35:38.327   787   787 I C02904/UsbService: [usb_service.cpp] FillDevStrings# iSerial:3 mSerial:  Manufactur:  product:  version:0404
08-06 20:35:38.329   787   787 I C02904/UsbService: [usb_service.cpp] GetDevStringValFromIdx# type or length error, len:256
08-06 20:35:38.329   787   787 I C02904/UsbService: [usb_service.cpp] FillDevStrings# Config:4
08-06 20:35:38.330   787   787 I C02904/UsbService: [usb_service.cpp] GetDevStringValFromIdx# type or length error, len:256
08-06 20:35:38.331   787   787 I C02904/UsbService: [usb_service.cpp] FillDevStrings# interface:5
08-06 20:35:38.331   787   787 I C02904/UsbService: [usb_service.cpp] GetDevStringValFromIdx# type or length error, len:256
08-06 20:35:38.332   787   787 I C02904/UsbService: [usb_service.cpp] FillDevStrings# interface:7
08-06 20:35:38.332   787   787 I C02904/UsbService: [usb_service.cpp] FillDevStrings# interface:0
08-06 20:35:38.332   787   787 I C02904/UsbService: [usb_service.cpp] FillDevStrings# interface:0
08-06 20:35:38.332   787   787 I C02904/UsbService: [usb_service.cpp] FillDevStrings# interface:0
08-06 20:35:38.332   787   787 I C02904/UsbService: [usb_service.cpp] FillDevStrings# interface:0
08-06 20:35:38.332   787   787 I C02904/UsbService: [usb_service.cpp] FillDevStrings# interface:0
08-06 20:35:38.332   787   787 I C02904/UsbService: [usb_service.cpp] GetConfigDescriptor# FillDevStrings ret=0
08-06 20:35:38.333   787   787 I C02904/UsbService: [usb_service.cpp] GetDeviceInfo# CloseDevice=UsbDevice[name_=2-3,manufacturerName_= ,productName_= ,version_=0404,serial_= ,busNum_=2,devAddr_=
3,vendorId_=11388,productId_=2304,klass_=0,subClass_=0,protocol_=0];    USBConfig[name= ,id=1,iConfiguration=4,attributes=192,maxPower=250;  ]UsbInterface[id=0,name_= ,iInterface_=5,klass_=2,subC
lass_=13,protocol_=0,alternateSetting_=0];    USBEndpoint:[Address:130, Direction:128, Attributes:3, EndpointNumber:2, Interval:9, MaxPacketSize:16, Type:3]UsbInterface[id=1,name_= ,iInterface_=7
,klass_=10,subClass_=0,protocol_=1,alternateSetting_=1];    USBEndpoint:[Address:129, Direction:128, Attributes:2, EndpointNumber:1, Interval:0, MaxPacketSize:512, Type:2]USBEndpoint:[Address:1,
Direction:0, Attributes:2, EndpointNumber:1, Interval:0, MaxPacketSize:512, Type:2]UsbInterface[id=2,name_= ,iInterface_=0,klass_=255,subClass_=0,protocol_=0,alternateSetting_=0];    USBEndpoint:
[Address:131, Direction:128, Attributes:2, EndpointNumber:3, Interval:0, MaxPacketSize:512, Type:2]U
08-06 20:35:38.334   787   787 I C02904/UsbService: [usb_service.cpp] AddDevice# GetDeviceInfo ret=0
08-06 20:35:38.335   248   280 E C04301/StorageDaemon: [UeventKernelMulticastRecv:57] Groups or pid check failed
08-06 20:35:38.338   787   787 I C02901/UsbMgrService: [usb_host_manager.cpp] PublishCommonEvent# send usual.event.hardware.usb.action.USB_DEVICE_ATTACHED broadcast device:{"busNum":2,"clazz":0,"
configs":[{"attributes":192,"id":1,"interfaces":[{"alternateSetting":0,"clazz":2,"endpoints":[{"address":130,"attributes":3,"direction":128,"interfaceId":0,"interval":9,"maxPacketSize":16,"number
":2,"type":3}],"id":0,"name":" ","protocol":0,"subClass":13},{"alternateSetting":1,"clazz":10,"endpoints":[{"address":129,"attributes":2,"direction":128,"interfaceId":1,"interval":0,"maxPacketSiz
e":512,"number":1,"type":2},{"address":1,"attributes":2,"direction":0,"interfaceId":1,"interval":0,"maxPacketSize":512,"number":1,"type":2}],"id":1,"name":" ","protocol":1,"subClass":0},{"alterna
teSetting":0,"clazz":255,"endpoints":[{"address":131,"attributes":2,"direction":128,"interfaceId":2,"interval":0,"maxPacketSize":512,"number":3,"type":2},{"address":2,"attributes":2,"direction":0
,"interfaceId":2,"interval":0,"maxPacketSize":512,"number":2,"type":2}],"id":2,"name":" ","protocol":0,
08-06 20:35:38.340   787   787 I C02901/UsbMgrService: [usb_host_manager.cpp] ReportHostPlugSysEvent# Host mode Indicates the insertion and removal information
08-06 20:35:38.342   787   787 I C01200/Ces: [common_event_manager.cpp:(NewPublishCommonEventAsUser):78] enter
08-06 20:35:38.342   243   441 I C02d10/HiView-SysEventSource: Parser: parser result domain_=USB eventName_=USB_PLUG_IN_OUT_HOST_MODE
08-06 20:35:38.342   787   787 I C01200/Ces: [common_event.cpp:(PublishCommonEventAsUser):48] enter
08-06 20:35:38.343   787   787 I C01200/Ces: [common_event.cpp:(PublishParameterCheck):91] enter
08-06 20:35:38.343   787   787 I C01200/Ces: [common_event.cpp:(GetCommonEventProxy):279] enter
08-06 20:35:38.343   787   787 W C01200/Ces: [common_event_proxy.cpp:(PublishCommonEvent):70] invalid commonEventListener
08-06 20:35:38.343   243   485 I C02d10/HiView-SysEventService: Convert2SysEvent: domain is USB, eventName is USB_PLUG_IN_OUT_HOST_MODE.
08-06 20:35:38.343   520  1054 I C01200/Ces: [common_event_manager_service.cpp:(PublishCommonEvent):98] enter
08-06 20:35:38.343   520  1054 I C01200/Ces: [common_event_manager_service.cpp:(PublishCommonEventDetailed):139] enter
08-06 20:35:38.343   520  1054 I C01200/Ces: [common_event_manager_service.cpp:(PublishCommonEventDetailed):141] clientToken = 671432339
08-06 20:35:38.344   520  1054 I C01200/Ces: [bundle_manager_helper.cpp:(GetBundleName):40] enter
08-06 20:35:38.344   520  1054 W C01120/BundleMgrService: [bundle_data_mgr.cpp(GetBundleNameForUid):1702] get innerBundleInfo from bundleInfo_ by uid failed.
08-06 20:35:38.344   520  1054 I C01120/BundleMgrService: [bundle_sandbox_app_helper.cpp(GetInnerBundleInfoByUid):153] enter GetInnerBundleInfoByUid
08-06 20:35:38.344   520  1054 I C01120/BundleMgrService: [bundle_sandbox_data_mgr.cpp(GetInnerBundleInfoByUid):236] GetInnerBundleInfoByUid with uid is 1018
08-06 20:35:38.344   520  1054 E C01120/BundleMgrService: [bundle_sandbox_data_mgr.cpp(GetInnerBundleInfoByUid):247] sandboxAppInfos_ is empty
08-06 20:35:38.344   520  1054 E C01120/BundleMgrService: [bundle_data_mgr.cpp(GetBundleNameForUid):1708] get innerBundleInfo by uid failed.
08-06 20:35:38.344   520  1054 I C01200/Ces: [publish_manager.cpp:(CheckIsFloodAttack):33] enter
08-06 20:35:38.344   520  1054 I C01200/Ces: [system_time.cpp:(GetNowSysTime):27] enter
08-06 20:35:38.344   248   280 E C04301/StorageDaemon: [UeventKernelMulticastRecv:57] Groups or pid check failed
08-06 20:35:38.345   520  1015 I C01200/Ces: [inner_common_event_manager.cpp:(PublishCommonEvent):70] enter (pid = 787, uid = 1018), event = usual.event.hardware.usb.action.USB_DEVICE_ATTACHED to
 userId = -3
08-06 20:35:38.345   520  1015 I C01200/Ces: [common_event_support.cpp:(IsSystemEvent):1641] enter
08-06 20:35:38.345   520  1015 I C01200/Ces: [inner_common_event_manager.cpp:(CheckUserId):351] enter
08-06 20:35:38.345   520  1015 I C01200/Ces: [inner_common_event_manager.cpp:(PublishCommonEvent):94] System common event
08-06 20:35:38.345   520  1015 I C01200/Ces: [static_subscriber_manager.cpp:(PublishCommonEvent):96] enter, event = usual.event.hardware.usb.action.USB_DEVICE_ATTACHED, userId = -1
08-06 20:35:38.345   520  1015 I C01200/Ces: [static_subscriber_manager.cpp:(UpdateSubscriber):337] enter
08-06 20:35:38.345   520  1015 I C01200/Ces: [static_subscriber_manager.cpp:(UpdateSubscriber):342] no need to update map
08-06 20:35:38.345   520  1015 I C01200/Ces: [common_event_control_manager.cpp:(PublishCommonEvent):51] enter
08-06 20:35:38.345   520  1015 I C01200/Ces: [common_event_control_manager.cpp:(ProcessOrderedEvent):330] enter
08-06 20:35:38.345   520  1015 I C02d06/XCollie: Add thread CesSrvOrderEventHandler to watchdog.
08-06 20:35:38.346   520  1015 I C02d06/XCollie: Task with CesSrvOrderEventHandler already exist, failed to insert.
08-06 20:35:38.346   520  1015 E C01200/Ces: [common_event_control_manager.cpp:(GetOrderedEventHandler):320] Failed to Add Ordered Thread
08-06 20:35:38.346   520  1015 I C01200/Ces: [common_event_subscriber_manager.cpp:(GetSubscriberRecords):103] enter
08-06 20:35:38.346   520  1015 I C01200/Ces: [common_event_control_manager.cpp:(ScheduleOrderedCommonEvent):451] enter
08-06 20:35:38.346   520  1015 I C01200/Ces: [common_event_support_mapper.cpp:(GetMappedSupport):39] enter
08-06 20:35:38.346   520  1059 I C01200/Ces: [ordered_event_handler.cpp:(ProcessEvent):42] ORDERED_EVENT_START
08-06 20:35:38.346   520  1059 I C01200/Ces: [common_event_control_manager.cpp:(ProcessNextOrderedEvent):512] enter
08-06 20:35:38.346   520  1059 I C01200/Ces: [system_time.cpp:(GetNowSysTime):27] enter
08-06 20:35:38.347   520  1059 I C01200/Ces: [common_event_control_manager.cpp:(CancelTimeout):612] enter
08-06 20:35:38.347   520  1059 I C01200/Ces: [common_event_control_manager.cpp:(EnqueueHistoryEventRecord):395] enter
08-06 20:35:38.347   243   441 I C02d10/HiView-SysEventSource: Parser: parser result domain_=COMMONEVENT eventName_=PUBLISH
08-06 20:35:38.347   520  1059 E C01200/Ces: [common_event_control_manager.cpp:(ProcessNextOrderedEvent):524] orderedEventQueue_ is empty
08-06 20:35:38.347   243   485 I C02d10/HiView-SysEventService: Convert2SysEvent: domain is COMMONEVENT, eventName is PUBLISH.
08-06 20:35:38.349   248   280 E C04301/StorageDaemon: [UeventKernelMulticastRecv:57] Groups or pid check failed
08-06 20:35:38.350   787   787 I C02901/UsbMgrService: [usb_host_manager.cpp] AddDevice# device:2-3 bus:2 dev:3 insert
08-06 20:35:38.353   248   280 E C04301/StorageDaemon: [UeventKernelMulticastRecv:57] Groups or pid check failed
08-06 20:35:38.355   248   280 E C04301/StorageDaemon: [UeventKernelMulticastRecv:57] Groups or pid check failed
08-06 20:35:38.357   248   280 E C04301/StorageDaemon: [UeventKernelMulticastRecv:57] Groups or pid check failed
08-06 20:35:38.358   248   280 E C04301/StorageDaemon: [UeventKernelMulticastRecv:57] Groups or pid check failed
08-06 20:35:38.360   248   280 E C04301/StorageDaemon: [UeventKernelMulticastRecv:57] Groups or pid check failed
08-06 20:35:38.363   248   280 E C04301/StorageDaemon: [UeventKernelMulticastRecv:57] Groups or pid check failed
08-06 20:35:38.363   248   280 E C04301/StorageDaemon: [UeventKernelMulticastRecv:57] Groups or pid check failed
08-06 20:35:38.367   248   280 E C04301/StorageDaemon: [UeventKernelMulticastRecv:57] Groups or pid check failed
08-06 20:35:38.367   248   280 E C04301/StorageDaemon: [UeventKernelMulticastRecv:57] Groups or pid check failed
08-06 20:35:38.369   248   280 E C04301/StorageDaemon: [UeventKernelMulticastRecv:57] Groups or pid check failed
08-06 20:35:38.372   248   280 E C04301/StorageDaemon: [UeventKernelMulticastRecv:57] Groups or pid check failed
08-06 20:35:38.372   248   280 E C04301/StorageDaemon: [UeventKernelMulticastRecv:57] Groups or pid check failed
08-06 20:35:38.373   248   280 E C04301/StorageDaemon: [UeventKernelMulticastRecv:57] Groups or pid check failed
08-06 20:35:38.375   248   280 E C04301/StorageDaemon: [UeventKernelMulticastRecv:57] Groups or pid check failed
08-06 20:35:38.376   248   280 E C04301/StorageDaemon: [UeventKernelMulticastRecv:57] Groups or pid check failed
08-06 20:35:38.377   248   280 E C04301/StorageDaemon: [UeventKernelMulticastRecv:57] Groups or pid check failed
08-06 20:35:38.380   248   280 E C04301/StorageDaemon: [UeventKernelMulticastRecv:57] Groups or pid check failed
08-06 20:35:38.381   248   280 E C04301/StorageDaemon: [UeventKernelMulticastRecv:57] Groups or pid check failed
08-06 20:35:38.382   248   280 E C04301/StorageDaemon: [UeventKernelMulticastRecv:57] Groups or pid check failed
08-06 20:35:38.383   248   280 E C04301/StorageDaemon: [UeventKernelMulticastRecv:57] Groups or pid check failed
08-06 20:35:38.385   248   280 E C04301/StorageDaemon: [UeventKernelMulticastRecv:57] Groups or pid check failed
08-06 20:35:38.385   248   280 E C04301/StorageDaemon: [UeventKernelMulticastRecv:57] Groups or pid check failed
08-06 20:35:38.387   248   280 E C04301/StorageDaemon: [UeventKernelMulticastRecv:57] Groups or pid check failed
08-06 20:35:38.389   248   280 E C04301/StorageDaemon: [UeventKernelMulticastRecv:57] Groups or pid check failed
08-06 20:35:38.389   248   280 E C04301/StorageDaemon: [UeventKernelMulticastRecv:57] Groups or pid check failed
08-06 20:35:38.397   248   280 E C04301/StorageDaemon: [UeventKernelMulticastRecv:57] Groups or pid check failed

 

Logo

社区规范:仅讨论OpenHarmony相关问题。

更多推荐