问题描述
我想知道这两个 build_flavor
的即之间的差异。
I would like to know the difference between the two build_flavor
's viz.
ENG和放大器;用户调试
ENG和用户之间的差别打造味道很安静明显。但是,ENG和用户调试有点混乱了我。什么是ENG提供的额外调试设备不属于present用户调试?
The difference between eng and user build flavors is quiet evident. But eng and user-debug is confusing me somewhat. What are the additional Debug facilities provided in eng that are not present in user-debug?
有关,例如。
If I take only the Kernel being built:
将调试级别不同的ENG和用户调试版本?
我现在面临一个问题,即用户调试版本是在android手机开机。但在ENG生成是不和build_flavor是两者之间唯一的差别构建
I am facing an issue where the user-debug build is booting up on the android phone. But the eng build is not and the build_flavor is the only difference between the two builds.
任何帮助/指针是AP preciated。谢谢!
Any help/pointers is appreciated.Thanks!
推荐答案
好三者之间的差额即构建。 ENG,用户和用户调试如下:
Well the difference between the three builds viz. eng, user and user-debug is as follows:
ENG - 工程建设自带的默认root访问权限
用户 - 用户构建是一个闪现生产手机。没有根访问权限。
user - User build is the one flashed on production phones. Has no root access.
用户调试 - 用户调试版本不附带默认的根访问权限,但可以扎根。它还包含额外的日志记录。
user-debug - User debug build does not come with default root access but can be rooted. It also contains extra logging.
有一点要注意的是这里虽然是ENG版本可能会建议额外的记录并非如此。用户调试将包含最高的日志记录,并应在开发过程中使用
One thing to note here is although an eng build might suggest extra logging it is not so. The user-debug will contain maximum logging and should be used during development
这篇关于ENG和用户调试版本的Android中的区别的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!