Android 6.0 does not show any errors Huawei logcat

5

yesterday I updated the version of my huawei p8 to android 6.0 and today I find that the error messages are not shown in the logcat, it only shows me this message when an error occurs:

  [ 06-06 09:02:00.624  2929: 2929 E/         ]
  process stopped due to unexpected signal 13 

And another message that does not stop coming is this:

mSecurityInputMethodService is null

Searching for the latter I only found one person who had put the logcat of his huawei p8 link which is very similar to mine.

Another strange behavior is that when compiling the application it installs well on the device, but the android studio message "installing APK" does not disappear.

Does anyone know if something escapes me?

Thanks for the help. Greetings.

    
asked by Fabio Venturi Pastor 06.06.2016 в 08:10
source

1 answer

3

Apparently it is a detail with this brand of cell phones, not specifically the models but based on this answer .

This applies only to Huawei computers.

I also found in the specification of this device, to write the code: *#*#2846579#*#* to open a menu that by default is hidden.

link

So opening that menu we go to Project Menu > Background Setting > Log setting we define to show the log with log switch and the level with log level setting .

With this I can already visualize the messages in LogCat .

Update: Android 8.0 or later

Type the code: *#*#2846579#*#*

and the AP Log option is selected:

    
answered by 06.06.2016 / 17:57
source