3,396 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
2
answers
53
views
There are two style in Android studio logcat
Why there are two different logcat style in Android studio
I check any setting and filter text but cannot find the reasons.
How to remove the year and package name in logcat?
Why there are two ...
2
votes
0
answers
104
views
Android Studio Narwhal 2025 did google remove the capability to assign colors to logcat output based on filter?
This capability seems to have been removed, for instance in Editor > Color Scheme > Android Logcat, the menu now only allows to to set color based on log level.
But Gemini and Google AI overview ...
0
votes
0
answers
47
views
How to analyze logcat of Android MAUI build after fatal exception?
We are in the process of releasing our first MAUI build to the play store, after years of having the same app released as a Xamarin build. Now we are getting the first crashes from testers who try ...
0
votes
0
answers
60
views
inconsistent logcat behaviour in multiple terminals
I'm new in Android devices testing and one of colleagues recommended Logcat to check the logs. I'd figured out that by having 2 terminals opened I could complete my task:
in the first terminal I have ...
0
votes
0
answers
42
views
Logcat spam from RHWC2 / rtk_gdma_post on TCL G60B Android TV when using SurfaceView
I'm developing an Android app that runs on a TCL G60B Android TV (chipset: Realtek RTD1319).
When my app uses a SurfaceView (or anything that involves hardware rendering like VideoView or WebView), I ...
0
votes
0
answers
80
views
Android Auto Validation "Package Denied" - details
I am currently trying to develop my first Android Auto App.
It is an app in the category "navigation".
As far as I know, the requirements for a navigation app are very strict. For example, such an app ...
0
votes
0
answers
57
views
I'd like some help to better understand how @devicefarmer/adbkit-logcat library works
I'm developing a small Node.js app, for now all it can do is track USB device connections using @devicefarmer/adbkit, which works fine.
Next I need to be able to read the logcat of each connected ...
1
vote
0
answers
39
views
Android logcat readable buffer size is greater than total buffer size
So recently I ran adb logcat -g on my Samsung Galaxy S10 Lite, and I got the following result:
main: ring buffer is 5 MiB (4 MiB consumed, 20 MiB readable), max entry is 5120 B, max payload is 4068 B
...
0
votes
0
answers
80
views
Unable to filter adb logcat
I am trying to filter my logcat like this to only get logs from myapp.id:
adb -s emulator-5554 logcat 'myapp.id:* *:S'
It should remove all logs except those from myapp.id, but I always get: ...
0
votes
1
answer
68
views
Command line getting occurrences of text within brackets following a specificword=
I am trying to get some specific text from logcat. It could be repeating multiple times. Example content would be:
..., stateEventTime=2025εΉ΄01ζ09ζ₯T17:22:05.635Z)], specificword=[SpecificWord(...
0
votes
1
answer
33
views
result.getExtra() not showing mailto:
This is Java code from my project in Android Studio:
webView.setOnLongClickListener(v -> {
WebView.HitTestResult result = webView.getHitTestResult();
Log.d("find_mailto", result....
0
votes
1
answer
150
views
How to troubleshoot "Process system isn't responding" on real device Android 12 241116
In the quest for stable Android, there are popups with text:
.
Process system isn't responding
with actions:
β Close app
π Wait
.
After the first occurrence since boot, occasional 20 s device ...
-1
votes
1
answer
502
views
Maui - Net 8 => Filepicker pick cancel crashes the app. fatal signal 6 (SIGABRT), code -1 or Fatal signal 11 (SIGSEGV), code 2 (SEGV_ACCERR)
I am using maui for not so complicated android app. Using .net 8 and for debug device I use Huawei device running APK 29 also samsung flip running APK 34.
Also I should mention that I am using mvvm ...
0
votes
1
answer
135
views
Why is __android_log_print undefined?
When I try to add android_native_app_glue.c to my Android CMake project I get the following error when building.
ld: error: undefined symbol: __android_log_print
>>> referenced by ...
1
vote
0
answers
39
views
Show application logcat messages in Run Console - Android Studio 2023+
I recently downloaded the Koala Android Studio. I would like to view application logcat messages in the Run Console. It seems this functinality is no longer available...
On the Chipmunk Android Studio,...