VTS fail for vendor.mediatek.hardware.log@1.0::ILog not available.

问题描述

 Customer VTS fail for vendor.mediatek.hardware.log@1.0::ILog not available.

解决方案

 check log and find which hidl server not available, there happened aee/ATMWiFiHidlServer/ConnsysFWHidlServer not available.
 remove it hidl interface at file :/device/mediatek/vendor/common/project_manifest/manifest_log.xml
EXP : aee /default hidl interface can not available,

Line 215: 02-13 13:45:44.085 5600 5890 I ServiceManagement: getService: Trying again for vendor.mediatek.hardware.log@1.0::ILog/aee...
Line 216: 02-13 13:45:44.089 5600 5902 I ServiceManagement: getService: Trying again for vendor.mediatek.hardware.log@1.0::ILog/default...
Line 237: 02-13 13:45:45.086 5600 5890 W ServiceManagement: Waited one second for vendor.mediatek.hardware.log@1.0::ILog/aee
Line 239: 02-13 13:45:45.090 5600 5902 W ServiceManagement: Waited one second for vendor.mediatek.hardware.log@1.0::ILog/default

modidy manifest_log.xml as bellow:

    1 <manifest version="1.0" type="device">
    2    <hal format="hidl">
    3         <name>vendor.mediatek.hardware.log</name>
    4         <transport>hwbinder</transport>
    5         <version>1.0</version>
    6         <interface>
    7             <name>ILog</name>
    8             <instance>aee</instance>       -------> remove
    9             <instance>ModemLogHidlServer</instance>
    10             <instance>MobileLogHidlServer</instance>
    11             <instance>ATMWiFiHidlServer</instance>
    12             <instance>ConnsysFWHidlServer</instance>
    13             <instance>default</instance>-------> remove
    14         </interface>
    15     </hal>
    16 </manifest>

作者: RESSRC

个人资源站

发表评论

邮箱地址不会被公开。 必填项已用*标注

此站点使用Akismet来减少垃圾评论。了解我们如何处理您的评论数据