当前位置: 首页 > news >正文

Activity生命周期完成EvenetLog回调

Activity 生命周期 系统EvenetLog回调
EventLog路径:
Android13/frameworks/base/core/java/android/app/EventLogTags.logtags
wm_on_create_called
wm_on_restart_called
wm_on_start_called
wm_on_resume_called
wm_on_top_resumed_gained_called
wm_on_top_resumed_lost_called
wm_on_paused_called
wm_on_stop_called
wm_on_destroy_called

1 # See system/core/logcat/event.logtags for a description of the format of this file.
2
3 option java_package android.app
4
5 # Do not change these names without updating the checkin_events setting in
6 # google3/googledata/wireless/android/provisioning/gservices.config !!
7 #
8 # The activity’s onPause has been called.
EventLogTags.writeWmOnPausedCalled(mIdent, getComponentName().getClassName(), “performPause”);
表示Activity的onPause被调用完成,这个状态处于不可接收输入事件,但还处于可见状态,不能在里面在耗时的操作会导致下一个界面启动慢导致ANR。
9 30021 wm_on_paused_called (T

http://www.lryc.cn/news/40869.html

相关文章:

  • 西安石油大学C语言期末真题实战
  • 【Shell】Shell变量
  • 你是真的“C”——结构体中鲜有人知的“秘密”
  • 2023年“网络安全”赛项江苏省淮安市赛题解析(超详细)
  • 【二分查找】
  • Vue学习 -- 如何用Axios发送请求(get post)Promise对象 跨域请求问题
  • TVS和稳压管的相同点和不同点
  • 微信小程序项目实例——扫雷
  • 2022-2023年度广东省职业院校学生专业技能大赛 中职组网络安全赛项竞赛规程
  • 超详细的堆排序,进来看看吧。
  • 线性回归 特征扩展的原理与python代码的实现
  • 订阅关系一致
  • 测试老鸟都在用的接口抓包常用工具以及接口测试工具都有哪些?
  • Delphi 一个函数实现腾讯云最新版(API3.0)短信发送
  • 2023年Android现代开发
  • 自然语言处理(NLP)在医疗领域的应用
  • 计算机中的浮点数运算
  • 看了字节跳动月薪20K+测试岗面试题,让我这个工作3年的测试工程师,冷汗直流....
  • 这两天最好的ChatGPT应用;使用Notion AI提升效率的经验(13);AI编程与程序员的生存 | ShowMeAI日报
  • Linux 内核likely与unlikey
  • 成功解决主从同步异常之Slave_IO_Running显示为No的问题
  • 面试阿里测开岗失败后,被面试官在朋友圈吐槽了......
  • 蓝桥杯嵌入式--字符串比较在串口通信中的应用
  • 考研408每周一题(2019 41)
  • Angular学习笔记(一)
  • Linux用户和权限 —— 操作演示
  • 【华为OD机试真题2023 JAVA】单核CPU任务调度
  • News乐鑫科技亮相德国嵌入式展 Embedded World 2023!
  • java如何创建线程
  • 要是早看到这篇文章,你起码少走3年弯路,20年老程序员的忠告