Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

android Unknown chromium error: -6

I was debugging my phonegap android application and I saw Unknown chromium error: -6 on logcat console.

Level = D
Tag = chromium 
Text = Unknown chromium error: -6

Can someone please explain what this error means.

like image 644
Sandeep Kumar Avatar asked Jan 08 '13 13:01

Sandeep Kumar


1 Answers

In most of the cases, this error is due to the files,

  • The files probably are not dynamically loading correctly (no permission, looking in the wrong place).
  • The URl you have provided may be wrong.
like image 140
Sahil Mahajan Mj Avatar answered Oct 30 '22 03:10

Sahil Mahajan Mj