Introduction When an application crashes, a crash report is created and stored on the device. Crash reports describe the conditions under which the ap ...
分类:
移动开发 时间:
2017-12-04 19:08:50
阅读次数:
246
A crash reporter is a software application whose function is to identify report crash details and to alert when there are crashes, in production or on ...
分类:
其他好文 时间:
2017-12-04 19:03:25
阅读次数:
206
iOS crash分析 符号化(symbolicate) 内存地址的解析, 是指从 内存地址 到 符号。 Thread 21 Crashed: 0 libsystem_kernel.dylib 0x00000001957b3270 0x195798000 + 111216 1 libsystem_p ...
分类:
移动开发 时间:
2017-12-04 18:58:53
阅读次数:
283
查看ip 可以发现网卡名称eno16777736,现在想要修改名称 打开文件,修改内部的DECIVE为eth0,保存退出 重命名,将文件ifcfg-eno16777736文件名修改为eth0 禁用该可预测命名规则。对于这一点,你可以在启动时传递“net.ifnames=0 biosdevname=0 ...
分类:
其他好文 时间:
2017-12-03 23:59:31
阅读次数:
462
Trafficserver的主要功能是缓存,当然你也可以用它来做纯粹的反向代理(像通常用nginx那样)。通常切入一个庞大的系统的最好方式是看如何使用,使用traffic server的主要入口有两个:配置文件和插件。所有使用者都需要配置文件,高级使用者则需要插件。 traffic支持大规模的集群处 ...
分类:
其他好文 时间:
2017-12-01 16:43:20
阅读次数:
206
开发过程中遇到 YXTBaseLabelCell .cxx_destruct崩溃,查了下,会在调用类的dealloc方法时调用cxx_destruct,于是看了下代码,找dealloc可能会崩溃的原因,发现我在用KVO的时候 addObserver了,但是在dealloc的时候没有remove,所以 ...
分类:
其他好文 时间:
2017-11-30 13:35:39
阅读次数:
395
今天稍微改了下主线版本的代码,不知从何时起,后台关闭会crash掉,报错如下: ORA-24550: signal received: [si_signo=6] [si_errno=0] [si_code=-6] [si_int=0] [si_ptr=(nil)] [si_addr=0x3ec000... ...
分类:
其他好文 时间:
2017-11-30 11:55:34
阅读次数:
246
monkey --Android自动化测试 测试应用的健壮性与稳定性,主要使用Monkey测试来进行内存泄露检查。monkey -p 软件包名 --ignore-crashes --ignore-timeouts --ignore-native-crashes --pct-touch 30 -s 1 ...
分类:
其他好文 时间:
2017-11-19 17:57:16
阅读次数:
125
P2895 [USACO08FEB]流星雨Meteor Shower 题目描述 Bessie hears that an extraordinary meteor shower is coming; reports say that these meteors will crash into ear ...
分类:
其他好文 时间:
2017-11-19 12:33:01
阅读次数:
205
转自:http://www.cnblogs.com/smile-ls/archive/2013/05/20/3088393.html 当初学 Python 时,想要弄懂 Python 的错误信息的含义可能有点复杂。这里列出了常见的的一些让你程序 crash 的运行时错误。 1)忘记在 if , el ...
分类:
编程语言 时间:
2017-11-18 20:02:00
阅读次数:
210