Skip to main content

All Questions

Tagged with
1 vote
1 answer
60 views

Case insensitive operator does not work in logcat

In Android logcat there is an option for specifying regex filter: -e, --regex=<expr> Only print lines where the log message matches <expr> where <expr> is ...
Roman Toasov's user avatar
0 votes
0 answers
65 views

Android 14: logcat displays only "Telecom" tag

I'm having a weird issue I cannot figure out. I recently bought a new phone (Nubia RedMagic 9 Pro, with Android 14) and I cannot make logcat work properly with it. By running adb logcat all I see are ...
Beriol's user avatar
  • 646
0 votes
1 answer
36 views

Android studio crash, nothing in logcat

I used to develop a simple price tracking application for myself with Android Studio. I paused my project for few month and got back to it recently. I noticed that my application is crashing on ...
Don_Malocran's user avatar
1 vote
0 answers
53 views

Android studio logcat conflict with forefront TMG proxy client

I have recently update android studio to Iguana | 2023.2.1 and since than I am facing issue with logcat. I can see devices using adb devices in command prompt. I can also see devices in android studio ...
kartoos khan's user avatar
-2 votes
1 answer
78 views

logcat: couldn't open output file '/storage/logFile.txt': Permission denied

How to get permission to save logcat history as file? Tried: ./adb logcat -f /storage/logFile.txt logFile.txt already exist឵឵឵឵឵឵឵឵឵឵឵឵឵឵឵឵឵឵឵឵឵឵឵឵឵឵឵឵឵឵឵឵឵឵឵឵឵឵឵ ឵឵឵឵឵឵឵឵឵឵឵឵឵឵឵឵឵឵឵឵឵ ...
foreign gryt's user avatar
0 votes
0 answers
144 views

logcat-No connected devices on my Second and third Android Studio versions

I have three versions of Android Studio (Chipmunk | 2021.2.1, Giraffe | 2022.3.1, Iguana | 2023.2.1). I can run my apps on the emulator without any problem, and also, the logcat in the Chipmunk ...
Mahtab's user avatar
  • 11
1 vote
0 answers
40 views

How to collect logcat logs for a certain amount of time

I'm trying to collect some logs in powershell with logcat on a device for a certain number of seconds (60). I can't find any commands or parameters that logcat takes to end a log? This is what I have ...
Sarah's user avatar
  • 41
0 votes
0 answers
85 views

In Yocto, adb logcat is not executed

I added android-tools_5.1.1.r37.bb on orangepi. And adb shell,push,pull,etc is working well but adb logcat,adb reboot, adb remount is not working. When executing adb logcat, below is output: $ adb ...
Jaehyun Lee's user avatar
0 votes
0 answers
109 views

Adb logcat display only OkHttp calls

On android studio you can filter OkHttp calls. Is there a command that allows you to do this from the shell? adb logcat ... Can you give me a hand?
Paul's user avatar
  • 4,302
1 vote
1 answer
407 views

How to output file in the right encoding by PowerShell? [duplicate]

I'm trying to output my log file to disk in PowerShell, but i get wrong file content. Info as follow: Windows 10 Enterprise LTSC 21H2 PowerShell Version: Name Value ---- ...
Yatung Yü's user avatar
0 votes
0 answers
110 views

Adb logcat extended data and how to read it

When I run the adb logcat command on the shell it seems different from what Android Studio gives me when I read the logcat there. For example, the date is in compact format. The pid (what I believe is ...
Paul's user avatar
  • 4,302
0 votes
1 answer
767 views

How to filter and redirect adb logcat output to a file in real-time?

I'm currently capturing Android logs using the following command: adb logcat > ~/Desktop/logcat.txt After stopping the log capture, I filter the logs with: cat ~/Desktop/logcat.txt | grep "...
the_prole's user avatar
  • 8,755
0 votes
0 answers
47 views

Print logs on the Windows command line from the Android App

I have the an Android App on Kotlin that prints many logs many times and I need to create a script on Batch that receives the logs until there is a specific log (e.g. "end_of_logs_specific_log&...
Peter Baev's user avatar
1 vote
1 answer
957 views

ADB logcat log entries are truncated - how to achieve the full log message?

In the use case, I was trying to debug the data tracking using ADB (Android Debug Bridge) and BlueStacks 5. To reproduce the issue, here are the steps: open BlueStacks 5 and enable ADB setting; open ...
Woden's user avatar
  • 1,326
0 votes
0 answers
55 views

Logcat not show respon showing log com.android.studio E/AndroidLogcatService: com.android.ddmlib.ShellCommandUnresponsiveException

can someone got problem like me the logcat show error com.android.studio E/AndroidLogcatService: com.android.ddmlib.ShellCommandUnresponsiveException restart android studio invalidate cache still not ...
Rifat's user avatar
  • 157

15 30 50 per page
1
2 3 4 5
17