Android - DDMS shows message: logcat read: Invalid argument

So how can I fix this problem. It seems my DDMS is broken.

+5
source share
5 answers

It really helped to connect / disconnect the device, and then the command " adb logcat -c"

+13
source

In my case, the log stopped every time I downloaded a new version of my application to my phone.

issuing the "adb logcat -c" command followed by a disconnect / disconnect plug.

thanks for the tips.

+7
source

?

, . adb shell:

echo 1 > /sys/kernel/logger/log_main/enable
echo 2 > /sys/kernel/logger/log_main/priority

, ( , ), :

adb logcat -c
+1

Android.

. ADB (adb kill-server, adb start-server), . . ( ).

Logmat DDMS .

+1

,

.

DDMS, ( )

logcat :)

0

All Articles