彪彪
首页 归档 分类 标签 关于
首页 归档 分类 标签 关于

分类  

  •   BUG解析
    • 手机反应速度变慢
    • Diag 口慢的问题
    • Flash越界
    • Fota升级之后无法开机
    • 慢的问题2
    • 闪屏分析
    • Whatsapp 来电启动慢的问题
    • 长时间使用之后手机变慢
    • system_server内存泄漏
  •   React学习
    • 学习资料
  •   工作小贴士
    • Android_Mat_工具使用
    • Git 下载代理设置
    • Monkey test command
    • Performance
    • VTS测试说明
    • ubuntu Shadowsocks 安装
    • binder 信息
    • Hello World
    • Memory debug
    • GDB调试手机工程
    • 解读Nodejs多核处理模块cluster
    • ubuntu Shadowsocks Error
    • nodejs 安装
    • ubuntu trace32 安装
    • qcn备份
    • ubuntu Mysql 安装
    • Vtiger 安装
    • 常用暗码
    • sshd连接失败问题
    • 多次拨打电话并且挂断之后.会在某一次拨号界面会冻住
    • 批量替换代码中的字符串
    • 把所有CPU拉到最高
    • 科学上网
    • 工作笔记
    • Flash 越界
    • 黑屏分析
  •   杂记
    • apache2 下载服务器配置
  •   框架设计
    • LOG工具设计
    • 简单的游戏网络底层框架设计
  •   系统安装
    • Centos7 相关配置
    • Ubuntu环境配置
  •   需求实现
    •   Fota功能的实现
      • DatabasesInfo
      • 备份
      • 数据库表的建立
      • 业务逻辑规划
      • 测试环境
    •   网证需求
      • 序列图
  • Welcome 彪彪 Wiki Site
工作小贴士
2018-12-13
217
Source
Edit
History

Hello World

Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub.

Quick Start

Create a new post

$ hexo new "My New Post"

More info: Writing

Run server

$ hexo server

More info: Server

Generate static files

$ hexo generate

More info: Generating

Deploy to remote sites

$ hexo deploy

More info: Deployment

上一篇
Memory debug
下一篇
GDB调试手机工程
彪彪 © 2019 Creative Commons License
Powered by Hexo. Theme - wikitten
18299  |  16259
文章
序列图

sequenceDiagramtitle: 序列图participant 客户端participant Token服务器participant 数据库parti

sshd连接失败问题

提示如下:ssh_exchange_identification: read: Connection reset by peer 解决方法:vi /etc/ho

Ubuntu环境配置

1. C++编译工具 安装build-essentialsudo apt-get install build-essential

Centos7 相关配置

1. 系统显示编码设置 执行如下命令 [root@linux ~]# echo 'LC_ALL=en_US.UTF-8' >>

测试环境

登入 ssh -i /data/fotacode/fota_test.pem ubuntu@ec2-3-16-47-228.us-east-2.compute.

简单的游戏网络底层框架设计

sequenceDiagram title: 序列图 participant NetWork Thread participant Message Thread

LOG工具设计

graph TD; A-->B; A-->C; B-->D; C-->D; gantt dateFormat YYYY-MM-DD title Adding G

业务逻辑规划

基本设计Fota交互序列图 sequenceDiagram title: Fota序列图 participant Device participant Devi

工作笔记

从ffbm切回android: adb root (如果前面有过这个就不用重新root了) adb shell "echo normal > /

DatabasesInfo

CREATE TABLE activation ( id INT UNSIGNED NOT NULL PRIMARY KEY AUTO_INCREMENT, c

数据库表的建立

表的创建CREATE DATABASE fota;use fota;

备份

st=>start: 开始e1=>end: 其他问题e2=>end: 分区问题e3=>end: 其他问题op1=>operatio

Whatsapp 来电启动慢的问题

现象描述 手机按POWER_OFF之后,被Whatsapp呼入,唤醒手机的时间长达10-40秒,目前有疑问: android@NSGWD180021:/data

手机反应速度变慢

初步分析 首先怀疑是CPU暂用率过高导致的 adb shell dumpsys cpuinfo 感觉不像是CPU过高导致的,感觉像是IO 其次怀疑是IO导致的

Diag 口慢的问题

Diag 口慢的问题1. 去除earlyprintkandroidboot.bootdevice=7824900.sdhci lpm_levels.sleep_

闪屏分析

闪屏和不闪屏的区别闪屏有两个 animation 而不闪屏的只有一个(设置同时设置lock screen和home screen的background imag

长时间使用之后手机变慢

长时间使用之后手机变慢现象描述:长时间使用之后手机变慢 抓取java traceview如下显示: traceview显示是:WindowsContianer.

system_server内存泄漏

卡顿原因:用android Device Monitor 获取的文件中:ddms8967132311110557686.trace windowContaine

慢的问题2

01-03 03:16:38.955 842 2369 I am_new_intent: [0,252403316,63,com.android.launche

Fota升级之后无法开机

Fota升级之后无法开机分析Crash的地方: 08-03 10:42:29.051 723 723 E AndroidRuntime: *** FATAL E

Flash越界

现象 [ 120.430581] sps:BAM 0x04044000 (va:0x00000000) enabled: ver:0x25, number of

学习资料

学习资料https://reactjs.org/tutorial/tutorial.htmlhttps://reactjs.org/tutorial/tutor

科学上网

让终端走代理的几种方法Macproxyterminal(2017.9.17更新) 方法1:在终端中直接运行命令 export http_proxy=”socks

多次拨打电话并且挂断之后.会在某一次拨号界面会冻住

多次拨打电话并且挂断之后.会在某一次拨号界面会冻住.分析过程出问题的 有很多pending async transaction未返回.binder proc s

黑屏分析

黑屏分析首先,分析各进程状态adb shell ps |grep -i surfaceflingeradb shell ps |grep -i system_s

批量替换代码中的字符串

批量替换代码中的字符串 下面command 的意思是: 找出所有含有xxx.字符串的文件,并且把xxx换成hangrep -r 'xxx\.&apos

把所有CPU拉到最高

把所有CPU拉到最高adb rootadb shell setenforce 0adb remountadb shell "echo 1 > /

Vtiger 安装

Vtiger 安装1. 安装阿里云ECS centos 网页镜像.里面会有php,mysql,apache2等应用,不再需要自己安装. 2. 安装vtiger参

常用暗码

常用暗码 描述 旧暗码 修过后暗码 来源 状态 MMI_REGULATORY_INFO_DISPLAY *#07# *#07# Android默认,不用修改 D

VTS测试说明

VTS测试说明VTS包目录结构 解压包(如果设备是64位的就解压64位,32位就解压32位) unzip android-vts-4632653-v4-arm_

ubuntu Mysql 安装

ubuntu Mysql 安装安装命令sudo apt-get install mysql-serversudo apt-get install mysql-c

ubuntu trace32 安装

#T32: Checking permissions to proceed… #T32: No write permission for “/etc/udev/

ubuntu Shadowsocks 安装

ubuntu 安装:Shadowsockshttps://blog.csdn.net/u012986684/article/details/53446107 1

nodejs 安装

nodejs 安装先安装nvm: https://blog.csdn.net/u010064206/article/details/76714208

解读Nodejs多核处理模块cluster

解读Nodejs多核处理模块clusterhttp://blog.fens.me/nodejs-core-cluster/

Performance
ubuntu Shadowsocks Error

Because the pac file has wrong data ,But there is no notify to show the problem.

qcn备份

qcn备份 连接手机:

Monkey test command

Monkey test commandadb -s 202 shell monkey -s 500 --ignore-crashes --ignore-time

Git 下载代理设置

Git 下载代理设置永久代理git config –global http.proxy ‘socks5://127.0.0.1:1080’git config

Memory debug

static const char* DEBUG_MALLOC_PROPERTY_PROGRAM = “libc.debug.malloc.program”;b

Hello World

Welcome to Hexo! This is your very first post. Check documentation for more info

GDB调试手机工程

GDB调试手机工程挂载自己编译好的工程 以我自己在10.1.6.32编译的工程为例. sudo mount -t cifs -o username="

Flash 越界

现象 [ 120.430581] sps:BAM 0x04044000 (va:0x00000000) enabled: ver:0x25, number of

binder 信息

大体信息:/sys/kernel/debug/binder/transactions 每个进程的单个信息:/sys/kernel/debug/binder/pr

apache2 下载服务器配置

apache2 下载服务器配置 新建配置文件: sudo vi /etc/apache2/sites-available/001-download.conf 内

Android_Mat_工具使用

Android_Mat_工具使用抓取hprofadb shell am dumpheap [pid] /data/local/tmp/[pid].hprofhp

Welcome 彪彪 Wiki Site

如果你花费过多时间思考一件事,你永远也无法将它完成 不要思考,要去感受 别人告诉我说一个天才可以制造自己的机会,事实上,一个人的深切希望不但可以创造自己的机会,

页面
About
Categories
Tags
分类
需求实现需求实现
网证需求需求实现/网证需求
工作小贴士工作小贴士
系统安装系统安装
Fota功能的实现需求实现/Fota功能的实现
框架设计框架设计
BUG解析BUG解析
React学习React学习
杂记杂记