开发者

How many character see in the log in android

can any body tell how many caharacter we can seen in the log file?

开发者_高级运维

Thanks


Documentation on the Log class does not mention any limitations on the log message length. So generally it should be ok to output messages of any length.

Though there is an inconvenience: the LogCat of Eclipse ADT plugin poorly handles long lines. However you always can do "adb logcat" in console to read your logs.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜