06 2024 档案

摘要:1.使用adb logcat 查看日志,使用adb logcat -f sdcard/log.txt(输出到手机上) ,先查看报错信息 2.保证主线程能够继续运行,避免在子线程中与UI交互 3.内存溢出,如果程序运行暂时不需要某些资源了,及时释放 4.检查版本,如果崩溃是在发布新版本后,对比两个版本 阅读全文
posted @ 2024-06-26 23:14 cherish-github123 阅读(39) 评论(0) 推荐(0) 编辑
摘要:使用expected_conditions的url_changes方法判断是否跳转页面登录成功 from selenium import webdriver from selenium.webdriver.support import expected_conditions as ec from s 阅读全文
posted @ 2024-06-16 22:06 cherish-github123 阅读(17) 评论(0) 推荐(0) 编辑