简体   繁体   English

android studio中电流检测配置文件有什么用?

[英]What is the use of current inspection profile in android studio?

I was working on a project in android studio and suddenly I found a man type logo我在 android 工作室做一个项目,突然我发现了一个男人类型的标志这个

I hover my mouse on in for a second then it shows me我 hover 我的鼠标打开了一秒钟然后它显示给我

Current Inspection profile: Project default.
Click to configure highlightening for the file.

When i clicked on this button it shows me当我单击此按钮时,它显示我这个

Now I want to know what is the use of this option or is this is important or not?现在我想知道这个选项有什么用,或者这是否重要?

It may can be stupid question but I asked this question just to increase my own knowledge becuse this option seems bit important这可能是个愚蠢的问题,但我问这个问题只是为了增加我自己的知识,因为这个选项似乎有点重要

Thanks In advance!提前致谢!

Happy Coding!快乐编码!

This has little to do with code inspection , but one can only define what is being highlighted.这与代码检查无关,但只能定义突出显示的内容。 One could call it the visual representation of the inspection results, as it clearly read "highlighting level".人们可以将其称为检查结果的可视化表示,因为它清楚地显示为“突出级别”。 This option only is of use, when you have to work with an old crappy computer, but rather irrelevant on current hardware.此选项仅在您必须使用旧的蹩脚计算机时有用,但与当前硬件无关。

As the name suggest, it inspects your code for issues, errors, incompatibility etc. and may recommends better options.顾名思义,它会检查您的代码是否存在问题、错误、不兼容等,并可能会推荐更好的选项。 If your system is low on resources (RAM, Battery, CPU) you can select None and also you can choose the PowerSave mode.如果您的系统资源不足(RAM、电池、CPU),您可以选择 select 无,也可以选择省电模式。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM