logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

源码关键词搜索方法

推荐如下两种代码搜索方法,简单快速,建议结合使用1.1 OpenGrokOpenGrok适用于大型项目,比如Android,而且是网页端使用,这在现在很多公司都很常用。由于OpenGrok是全词搜索,所以在OpenGrok中搜索关键词时建议如下方法按顺序都使用,以免遗漏出错:Full Search 栏搜索关键词CONFIG_XXX_SUPPORTFull Search 栏搜索关键词DC...

#搜索
Android 各版本关闭 Selinux 的方法

运行时调试开关 Selinux CmdDiscriptionOtheradb shell getenforce查看当前 Selinux 功能是 permissive(关闭)还是 enforce(打开)的adb shell setenforce 0开Selinux:设置成模式permissiveadb shell setenforce 1关Selinux:设置成模式enforce说明:setenfo

Android 各版本关闭 Selinux 的方法

运行时调试开关 Selinux CmdDiscriptionOtheradb shell getenforce查看当前 Selinux 功能是 permissive(关闭)还是 enforce(打开)的adb shell setenforce 0开Selinux:设置成模式permissiveadb shell setenforce 1关Selinux:设置成模式enforce说明:setenfo

Android Architecture All In One

HALLegacy HALsHAL TypesFramework TestingDynamic LifecycleHIDLGeneralOverviewInterfaces & PackagesInterface HashingServices & Data TransferFast Message Queue

Android 10 Camera -- 3A Modes and State Transition

说明:转载自 Android Camera,不定期添加自己的学习思考。3A Modes and State Transition While the actual 3A algorithms are up to the HAL implementation, a high-level state machine description is defined by the HAL inter...

到底了