<meter id="pryje"><nav id="pryje"><delect id="pryje"></delect></nav></meter>
          <label id="pryje"></label>

          新聞中心

          EEPW首頁 > 嵌入式系統(tǒng) > 設(shè)計應(yīng)用 > android 日志自動過濾器

          android 日志自動過濾器

          作者: 時間:2016-09-12 來源:網(wǎng)絡(luò) 收藏

          在android的開發(fā)過程中,離開了eclipse,會不會碰到抓日志很煩很煩的問題?

          本文引用地址:http://www.ex-cimer.com/article/201609/304584.htm

          如果只想抓某個進程的日志 是不是更煩?

          一般的操作過程是這樣的:

          第一步

          adb shell

          $ps

          然后看到一大堆進程 找到自己想要的進程 看一下進程id 很痛苦啊 因為進程很多很多

          第二步

          $ logcat -v time | grep pid

          圖省事就寫了個簡單的腳本 可以運行在ubuntu或者mac的terminal下

          內(nèi)容如下

          #!/bin/bash

          #get pid of protectservice

          ps_grep_res=$(adb shell ps | grep com.xxx.xxx)

          echo $ps_grep_res

          pid=$(echo $ps_grep_res | awk '{print $2}')

          echo pid==$pid

          #print logcat

          adb logcat -v time | grep $pid

          把上面的內(nèi)容復(fù)制到一個文本中 修改grep 后面的包名為你的包名 重命名成為xx.sh 然后賦予執(zhí)行權(quán)限

          然后就可以愉快的在命令行抓取日志啦

          具體執(zhí)行方式很簡單 ./xx.sh

          太懶圖省事 無圖無真相啊 不管你信不信 反正我是信了



          關(guān)鍵詞:

          評論


          相關(guān)推薦

          技術(shù)專區(qū)

          關(guān)閉
          看屁屁www成人影院,亚洲人妻成人图片,亚洲精品成人午夜在线,日韩在线 欧美成人 (function(){ var bp = document.createElement('script'); var curProtocol = window.location.protocol.split(':')[0]; if (curProtocol === 'https') { bp.src = 'https://zz.bdstatic.com/linksubmit/push.js'; } else { bp.src = 'http://push.zhanzhang.baidu.com/push.js'; } var s = document.getElementsByTagName("script")[0]; s.parentNode.insertBefore(bp, s); })();