Several commands for Android crawl log "Go"

Source: Internet
Author: User

Usually you need to crawl the log information when debugging, the following several methods to crawl log through the ADB command:

USB connection on the phone , the phone needs other operations, then run the ADB tool, enter a different command to crawl the corresponding log information.

Crawl Radio Log Information command:

ADB logcat-b radio-v Time >log_radio.txt

Grab the main log message command:

ADB logcat-b main-v Time >log_main.txt

To fetch the event log information command:

ADB logcat-b events-v Time >log_events.txt

Log information is automatically generated after entering such a command, Log_radio.txt Log_main.txt Log_events.txt will be generated in the current ADB run directory.

Several commands for Android crawl log "Go"

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.