当前位置:网站首页>AOSP ~ logcat chatty line expired
AOSP ~ logcat chatty line expired
2022-06-11 02:39:00 【Nanke is cute】
I have received a lot of these related to my application logcat news
11-19 19:04:23.872 3327 3440 I chatty : uid=10085 com.xxxx.yyy expire 18 lines
What are these log messages ? Do I lack the actual application here logcat journal ?
Yes , You are missing a log , This indicates that some messages are not placed in the actual log , It may be that other applications send too many messages to it .
` It seems to be Marshmallow(?) in liblog New things in the world . No clear explanation was found for the new logging policy , Even if there is actually an explanation , But this change is mentioned here :
Once the application records 5 More than content , We declared the application too talkative Wait a second . Please raise an error for the application owner , Generating class logging spam at this developer verbose debug level . journal The size is 256KB, This means that the application is creating DOS attack , Reduce the log time span to 6 second (!), Make it invalid for all other logs .
Once the application is logcat Think it's “ Chat ”( Exceeding every second 5 That's ok ), Your application log will be collapsed .
- Put my app on the white list :
adb logcat -P "45678"
- You can disable this behavior in the following ways :
adb logcat -P ""
- Shows that I have whitelisted my application
adb logcat -p
45678 (the UID of my app)
perhaps
setprop ro.logd.filter disable
setprop persist.logd.filter disable
You can check the code at system/core/logd/LogWhiteBlackList.cpp
边栏推荐
- Colab reported an error: importerror: cannot import name '_ check_ savefig_ extra_ args‘ from ‘matplotlib. backend_ bases‘
- 企业展厅设计能为企业带来什么?
- Metal organic framework MOF Al (Diba), MOF Zr (Diba), MOF Fe (Diba) loaded with curcumin / carboxybenzylpenicillin /mtx methotrexate / paclitaxel ptx/ DOX / cisplatin cddp/cpt camptothecin and other d
- Sd3.0 notes
- Flat data to tree and tree data flattening
- AOSP ~ 修改默认音量
- How to fix syntax errors in WordPress websites
- HOSATAPD_ CLI debug using WiFi whitelist
- [parallel and distributed systems] cache learning
- 码农的进阶之路 | 每日趣闻
猜你喜欢

学习太极创客 — ESP8226 (二)

Jetpack Compose Scaffold和TopAppBar(顶部导航)

13. numeric array

Uni app - one click access to user information

How to use phpMyAdmin to optimize MySQL database
![[MySQL 45 lecture -12] lecture 12 the reason why MySQL has a wind attack from time to time](/img/db/aeadbc4f3189a9809592d2a4714d22.jpg)
[MySQL 45 lecture -12] lecture 12 the reason why MySQL has a wind attack from time to time

你的公司会选择开发数据中台吗?

软件测试英语常见词汇

【斐波那契数列】

What is the relationship between precious metal silver and spot Silver
随机推荐
Unity HTC and Pico are the same
How to add cookie pop-up window in WordPress website (without plug-in)
Introduction to the functions of today's headline search webmaster platform (portal)
What do you know about the set class? Soul questions from Volume I
Dynamically add attributes to objects
mysql重装时写my.ini配置文件出错
Jetpack compose scaffold and topappbar (top navigation)
CPT 102_LEC 16
【冒泡排序的实现】
SQL | external connection
Link list of high frequency written interview question brushing summary (distribution explanation & code annotation)
CPT 102_LEC 20
Kotlin let method
Prophet
13. numeric array
Jetpack Compose Box控件
【189. 轮转数组】
One line of code solves the problem that the time to fetch datetime from MySQL database is less than eight hours
GCC C内联汇编
Navicat Premium 15 工具自动被杀毒防护软件删除解决方法