コマンドなしでぼくはAndroid開発できない話

33
コマンドなしで ぼくはAndroid開発 できない話 株式会社 メルカリ エンジニア おかの しのぶ

Transcript of コマンドなしでぼくはAndroid開発できない話

  • Android

  • About Me

    @operandoOS Mercari, Inc. 1 Join Android Engineer Garum

    https://github.com/operando/Garum

  • Activity Fragment

  • Activity Fragment

    adb shell dumpsys activity top

  • Activity

    Fragment

  • adb shell dumpsys activity top View

  • adb shell dumpsys activity top Viewid

  • Logcat

  • Logcat

    adb logcat -v time

  • Logcat

  • LogcatEvent

    adb logcat -v time -b events

  • Logcat

    adb logcat -v time -b system adb logcat -v time -b radio

  • Logcat

  • Logcat

    pidcathttps://github.com/JakeWharton/pidcat

  • Log

  • Log

    adb shell log -t [tag name] [message]

  • adb bugreport

  • Bugreport

  • adb shell input text

  • Root

  • adb shell date -s $(date +"%Y%m%d.%H%M%S")

    Root

  • Dropbox

  • Dropbox

    adb shell dumpsys dropbox --print

  • Debug

  • Debug

    abd jdwp

  • https://github.com/operando/Android-Command-Note

    Android-Command-Note

  • http://tools.oesf.biz/android-5.0.1_r1.0/xref/system/core/

    system/core