当前位置:网站首页>Logcat tool
Logcat tool
2022-07-27 07:18:00 【HMM, Wen's study notes】
【 Reference documents 】
Google Doc
1. Format specification
(1) Log time :03-10 10:13:14.234
(2)PID( process ID):21007
(3)TID( Threads ID):18000
(4) priority :E
(5) Convenience label :AndroidRuntime
(6) Body log :FATAL EXCEPTION: URGENT_THREAD_540
2. priority
(1) V—Verbose
The lowest level , Some details in the development of debugging , Use only in development , Contains methods such as method names , Information such as variable values .
(2)D—Debug
Information for debugging , More common , In development, you often choose to output logs of this level .
(3)I—Info
Information , This level log shows the running status information , It can help when there is a problem with the product , Logs starting at this level usually contain complete English sentences and debugging information , Is the most common logging level
(4) W—Warning
Warning , There is an exception in the operation, an error is about to occur, or it indicates that a non fatal error has occurred , Logs at this level usually show exceptions during execution , For example try-catch After the exception in the statement block prints the stack trace, this level of log can be output .
(5)E—Error
An error affecting the operation has occurred , For example, applications crash Log output when .
边栏推荐
- LogCat工具
- flink cdc 抽取oracle的数据,会不断的占用oracle的内存吗,最后引发ora-040
- Basic statement of MySQL (1) - add, delete, modify and query
- Internal class -- just read this article~
- Student status management system based on SSM
- MySQL2
- Misunderstanding of slice slice in golang
- Digital image processing - Chapter 6 color image processing
- Cass11.0.0.4 for autocad2010-2023 dog free usage
- ADB instruction sorting
猜你喜欢

【QT】capture.obj:-1: error: LNK2019: 无法解析的外部符号 __imp_htons(解决方法)

Digital image processing -- Chapter 3 gray scale transformation and spatial filtering

Esp8266 (esp-12f) third party library use -- sparkfun_ Apds9960 (gesture recognition)

Quartus: an error is reported when adding a.V file to someone else's project

火狐浏览器,访问腾讯云服务器的时候,出现建立安全连接失败的问题。

How to implement Devops with automation tools | including low code and Devops application practice

Vscode connection remote server development

(转帖)eureka、consul、nacos的对比2

35. Search Insert Position 搜索插入位置

Watermelon book learning Chapter 5 --- neural network
随机推荐
Codeforces Round #804 (Div. 2)(5/5)
ESP8266(ESP-12F) 第三方库使用 -- SparkFun_APDS9960 (手势识别)
泛型 -- 学会它,好处多多
使用pip命令切换不同的镜像源
Common problems in converting pytorch to onnx
Shell programming specifications and variables
(posted) comparison of Eureka, consumer and Nacos 2
Confluence漏洞学习——CVE-2021-26084/85,CVE-2022-26134漏洞复现
Codeforces Round #809 (Div. 2)(6/6)(Kruskal重构树)
【golang学习笔记2.1】 golang中的数组中的排序和查找
Jmeter:接口自动化测试-BeanShell对数据库数据和返回数据比较
String类的用法
指令集董事长潘爱民出席2022 ECUG Con,为中国技术力量发声
Cass11.0.0.4 for autocad2010-2023 dog free usage
算法--斐波那契数列(Kotlin)
Drools(5):Drools基础语法(3)
Watermelon book learning notes - Chapter 1 and 2
R2LIVE代码学习记录(3):对雷达特征提取
The qualities that a technical manager should have (guess)
Linear table -- stack and queue