Chinaunix首页 | 论坛 | 博客
  • 博客访问: 194275
  • 博文数量: 47
  • 博客积分: 0
  • 博客等级: 民兵
  • 技术积分: 470
  • 用 户 组: 普通用户
  • 注册时间: 2014-06-18 12:09
个人简介

be a happy lazy and fat cat

文章分类
文章存档

2017年(1)

2016年(5)

2015年(22)

2014年(19)

我的朋友

发布时间:2015-03-04 15:53:59

shanshanx@shanshanx:~$ adb rootadbd is already running as rootshanshanx@shanshanx:~$ adb remountdm_verity is enabled on the system partition.Use "adb disable-verity" to disable verity.If you do not, remount may succeed, however, you will still not be able to write to these volumes.remount of s.........【阅读全文】

阅读(6244) | 评论(0) | 转发(0)

发布时间:2015-03-03 18:15:57

#pragma GCC diagnostic ignored "-Wpointer-to-int-cast"                                         .........【阅读全文】

阅读(1636) | 评论(0) | 转发(0)

发布时间:2015-02-05 16:55:30

提交修改代码repo start test.git add .git commit -a -s repo upload .修改前一次提交保持change-id不变git add .git commit --amend......【阅读全文】

阅读(1418) | 评论(0) | 转发(0)

发布时间:2015-02-05 16:54:10

根据SELinux规范,完整的allow相关的语句格式为: rule_name source_type target_type : class perm_set下面这条SELinux语句表示 允许(allow )netd域(domain)中的进程  ”写(write)“   类型为proc的文件  注意,SELinux中安全策略文件有自己的一套语法格式,下文我们将详细介.........【阅读全文】

阅读(2688) | 评论(0) | 转发(0)

发布时间:2015-02-05 16:53:39

android系统中的两个重要服务PackageManagerService和ActivityManagerService,都是由SystemServer进程来负责启动的,而SystemServer进程本身是Zygote进程在启动的过程中fork出来的。当ActivityManagerService启动一个应用程序的时候,就会通过Socket与Zygote进程进行通信,请求它fork一个子进程出来作为这个即将要启动的.........【阅读全文】

阅读(1896) | 评论(0) | 转发(0)
给主人留下些什么吧!~~
留言热议
请登录后留言。

登录 注册