
java
文章平均质量分 86
夏夏_xx
晨星软件
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
JNI与SO简单应用
<!--@page {margin:2cm}p {margin-bottom:0.21cm; direction:ltr; color:#000000; widows:0; orphans:0}p.western {font-family:"DejaVu Serif",serif; font-size:12pt}p.cjk {font-famil原创 2012-11-29 11:29:26 · 890 阅读 · 0 评论 -
Android死机问题之 Watchdog详解
Android Watchdog详解转自http://www.eoeandroid.com/thread-74512-1-1.html。 现在的CPU基本上都带有WatchDog功能,这种硬件的WatchDog可以在系统死掉(死锁或者程序跑飞)后重启系统,让系统回到可以工作的状态。WatchDog不能防止系统死掉,但是它能够起死回生,从而提高系统的可用性。 硬转载 2013-07-25 12:07:51 · 2756 阅读 · 0 评论