⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 readme.bootchart

📁 Android 一些工具
💻 BOOTCHART
字号:
this version of init contains code to perform "bootcharting", i.e. generating logfiles that can be later processed by the tools provided by www.bootchart.org.to activate it, you need to define build 'init' with the INIT_BOOTCHART environmentvariable defined to 'true', then create a file on the /data partition with a commandlike the following:  adb shell 'echo 1 > /data/bootchart'if the '/data/bootchart' file doesn't exist, or doesn't contain a '1' in its firstbyte, init will proceed normally.by default, the bootchart log stops after 2 minutes, but you can stop it earlierwith the following command while the device is booting:  adb shell 'echo 1 > /data/bootchart-stop'note that /data/bootchart-stop is deleted automatically by init at the end of thebootcharting. this is not the case of /data/bootchart, so don't forget to delete itwhen you're done collecting data:  adb shell rm /data/bootchartthe log files are placed in /tmp/bootchart/. you must run the script tools/grab-bootchart.shwhich will use ADB to retrieve them and create a bootchart.tgz file that can be used withthe bootchart parser/renderer, or even uploaded directly to the form located at:  http://www.bootchart.org/download.htmltechnical note:this implementation of bootcharting does use the 'bootchartd' script provided bywww.bootchart.org, but a C re-implementation that is directly compiled into our initprogram.

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -