Hexo

Home Archives
2022-06-16
android►logcat

ADB保存Android日志

Macos、Windows、linux下如何使用adb保存android手机的日志

一、MacOsX、Linux下使用adb保存Android日志

1
adb logcat -c && adb logcat -v time | grep "abss" > /Users/uuxia/Desktop/android.log

一、Windows下使用adb保存Android日志

1
adb logcat -c && adb logcat -v time | find "abss" > D:/android.log
Share
  • adb
  • android
  • logcat
Newer
SSH公钥免密登录
Older
基于Linux(centos/ubuntu)搭建树莓派C/C++程序编译环境

Categories

  • AOSP
  • Android
  • C/C++
  • Centos
  • Git
    • SSH
  • Hexo
  • IoT
  • Ios
  • PixelExperience
  • Raspberry
  • VPN
  • android
  • centos6
  • centos7
  • frp
  • frpc
  • go
  • gradle
  • hexo
  • i2c
  • ipv6
  • logcat
  • mao
  • maven
  • mqtt
  • ndk
  • netty
  • nginx
  • openssl
  • openwrt
  • proxy
  • shadowsocks
  • ssh
  • 小米9
  • 旅行
  • 树莓派
  • 生活

Tags

  • Andorid
  • Android
  • C/C++
  • HomeAssistant
  • IoT
  • Iot
  • Jar
  • Java
  • Kotlin
  • PixelExperience
  • Recovery
  • Service
  • a
  • adb
  • android
  • c++
  • centos
  • centos6
  • cepheus
  • coding
  • cross
  • frp
  • frpc
  • git
  • gitee
  • github
  • go
  • gradle
  • het
  • hexo
  • hobby
  • i2c
  • ios
  • ipv6
  • java
  • linux
  • logcat
  • mao
  • maven
  • mqtt
  • mysql
  • ndk
  • netty
  • nginx
  • okhttp
  • openssl
  • openwrt
  • pi
  • proxy
  • pubkey
  • raspberry
  • server
  • shadowsocks
  • shell
  • so
  • ssh
  • tcp
  • ubuntu
  • 写作
  • 刷机
  • 北疆
  • 喜马拉雅
  • 搭火
  • 新疆
  • 智能家居
  • 树莓派
  • 汽车
  • 生活
  • 科学上网
  • 腾讯云
  • 运动
  • 驱蚊 life

Tag Cloud

Andorid Android C/C++ HomeAssistant IoT Iot Jar Java Kotlin PixelExperience Recovery Service a adb android c++ centos centos6 cepheus coding cross frp frpc git gitee github go gradle het hexo hobby i2c ios ipv6 java linux logcat mao maven mqtt mysql ndk netty nginx okhttp openssl openwrt pi proxy pubkey raspberry server shadowsocks shell so ssh tcp ubuntu 写作 刷机 北疆 喜马拉雅 搭火 新疆 智能家居 树莓派 汽车 生活 科学上网 腾讯云 运动 驱蚊 life

Archives

  • November 2022
  • October 2022
  • July 2022
  • June 2022
  • April 2022
  • March 2022
  • February 2022
  • September 2021
  • October 2019
  • May 2018
  • April 2018
  • May 2016

Recent Posts

  • 家庭宽带开启IPV6
  • 家庭光猫配置
  • GoLang 全平台编译
  • OpenWrt开启i2c功能,并顺利编译风扇驱动
  • Windows下Frpc安装与自启动
© 2022 John Doe
Powered by Hexo
Home Archives