16

Having trouble to get any usefull logs from LogCat. My app is working fine (both devices), and all logs are fine as well with my Nexus device. But with my phone (Huawei P8 Lite, not rooted, Android 5) I am getting this error message :

11-12 11:21:07.740: E/ZipFileCache(7584): init failed when open zip file.

I tried to set it back to factory settings, but no luck.

My app is not using ZIP function at all, only accessing internal storage. I found several post about this on internet but always without solution. Also tested both Eclipse and Android Studio with same result.

W.K.S
  • 9,787
  • 15
  • 75
  • 122
Josef Vancura
  • 1,053
  • 10
  • 18
  • I have the same messages on the exactly same device. The app works fine though seems to be rather slow when these messages appear. My suspicion is it's a bug of this specific model of phone. – Codo Nov 20 '15 at 07:32
  • I have the same problem on the same device. – nomnom Dec 04 '15 at 15:42
  • Did you ever find a fix for this? – Adrian Jandl Feb 20 '16 at 12:12
  • 1
    with this hack LogCat works : see http://stackoverflow.com/questions/18124334/huawei-logcat-not-showing-the-log-for-my-app – Josef Vancura Dec 21 '16 at 14:52
  • Just an FYI: If you want to filter these messages you can enable regex in the logcat filter and type: ^((?!zipfilecache).)*$ – Hibbem Sep 25 '17 at 09:25

1 Answers1

6

Same error on my Huawei P8 Lite. 11-30 12:39:56.470 24622-24622/com.xxxx.debug E/ZipFileCache: init failed when open zip file. I think that is like Codo saids. An internal error on this phone model. It also makes my device to connect and disconnet several times... So it isn't a developing problem.

Taita Lopez
  • 81
  • 1
  • 7