Warm tip: This article is reproduced from serverfault.com, please click

debugging-Flutter:调试控制台:字母的含义是:I,W?

(debugging - Flutter: Debug Console: What is the meaning of the letters: I, W?)

发布于 2020-11-30 10:36:27

在调试控制台有时消息出现像W/IInputConnectionWrapper ...I/zygote ....I/choreographer ....字母“ W”和“ I”是什么意思?

Questioner
Norman
Viewed
11
Maurits van Beusekom 2020-11-30 18:54:38

如@pskink所述,I代表的代表InfoW代表的代表Warning

你会遇到以下值:

V: Verbose (lowest priority)
D: Debug
I: Info
W: Warning
E: Error
A: Assert

可以在这里找到更多信息:https : //developer.android.com/studio/debug/am-logcat