1

After android 5 lollipop update I have a lot of error message on adb logcat console:

280-300/? E/leds-amami﹕ Unable to read from '/sys/class/leds/wled:backlight/max_current'

from ps

system    280   1     14284  1044  ffffffff 00000000 S /system/bin/illumination_service

It is hard to develop on android with this message every 50ms Is there a solution or we must hope in an update?

aorlando
  • 668
  • 5
  • 21
  • 1
    Try this http://forum.xda-developers.com/showpost.php?p=60362106&postcount=29 (require rooted z1c). – merrymenvn May 11 '15 at 03:28
  • thanks,but I do not want to unlock my xperia and lose warranty I am writing here as suggested on sony mobile developer : http://developer.sonymobile.com/about/how-do-i-get-in-contact – aorlando May 11 '15 at 07:31

1 Answers1

0

Waiting for Sony answer I have found a workaround to exclude from logcat the booring message. I have realized a regex filter on Android Studio as in the image

z1 leds-amami error

aorlando
  • 668
  • 5
  • 21