Logcat
Android Logcat without Root
Read Android logs without root access. The app uses remote debugging to connect
to phone local ADB daemon. Configuring remote debugging on a phone can be
challenging and requires some technical expertise. It has to be done once and
after each device reboot.
Enable USB debugging first on your device. Navigate to Settings > About Phone
and tap Build number seven times. Go back, access the Developer options menu and
check USB debugging option.
Next step is to enable remote debugging. You need to have Android SDK installed
on your computer. Connect your phone via USB cable and run following adb
command:
adb tcpip 5555
Disconnect USB cable before trying to use the app. Some phones have problems
handling network ADB connection when they are connected via USB as well.
Sometimes establishing connection to ADB hangs and requires killing and
restarting the app. It seems to be a problem with ADB daemon itself and not the
app issue.
to phone local ADB daemon. Configuring remote debugging on a phone can be
challenging and requires some technical expertise. It has to be done once and
after each device reboot.
Enable USB debugging first on your device. Navigate to Settings > About Phone
and tap Build number seven times. Go back, access the Developer options menu and
check USB debugging option.
Next step is to enable remote debugging. You need to have Android SDK installed
on your computer. Connect your phone via USB cable and run following adb
command:
adb tcpip 5555
Disconnect USB cable before trying to use the app. Some phones have problems
handling network ADB connection when they are connected via USB as well.
Sometimes establishing connection to ADB hangs and requires killing and
restarting the app. It seems to be a problem with ADB daemon itself and not the
app issue.
- 作者: Anton Tananaev
- 授權條款: Apache License 2.0
- 問題追蹤系統
- 原始碼
- 構建中介資料
- 可重現構建狀態
版本
雖然在下方可選擇下載 APK 檔案,但要留意這樣的安裝方式將不會收到更新通知,是一種較不安全的下載方法。建議您先安裝 F-Droid 用戶端使用。
下載 F-Droid-
此版本需要 Android 6.0 或更高的版本。
此套件包由 F-Droid 構建和簽署,並保證與此原始碼 Tarball 保持一致。
-
此版本需要 Android 5.0 或更高的版本。
此套件包由 F-Droid 構建和簽署,並保證與此原始碼 Tarball 保持一致。
-
此版本需要 Android 4.4 或更高的版本。
此套件包由 F-Droid 構建和簽署,並保證與此原始碼 Tarball 保持一致。