#!/bin/sh # # This script is used to retrieve a bootchart log generated by init. # All options are passed to adb, for better or for worse. # See the readme in this directory for more on bootcharting.
# for f in $FILES; do # adb.exe "${@}" pull $LOGROOT/$f $TMPDIR/$f 2>&1 > /dev/null # done (cd $TMPDIR && tar -czf $TARBALL $FILES) ~/bootchart-0.14.9/pybootchartgui.py ${TMPDIR}/${TARBALL} #xdg-open ${TARBALL%.tgz}.png echo "Clean up ${TMPDIR}/ and ./${TARBALL%.tgz}.png when done"
Windows Subsystem for Linux(简称WSL)是一个在 Windows 10\11 上能够运行原生 Linux 二进制可执行文件(ELF格式)的兼容层。它是由微软与 Canonical 公司合作开发,其目标是使纯正的 Ubuntu、Debian 等映像能下载和解压到用户的本地计算机,并且映像内的工具和实用工具能在此子系统上原生运行。