breautek commented on issue #564:
URL: 
https://github.com/apache/cordova-plugin-file/issues/564#issuecomment-1497641948

   > but I'm not actually sure it's related. At this point, I'd rather have a 
maintainer trying to debug his own code ....
   
   I would but unfortunately it's hard to debug when the issue does not occur 
locally. With that being said this code was last touched about 8 years ago.
   
   > avc: denied { ioctl } for path="socket:[225593]" dev="sockfs" ino=225593 
ioctlcmd=7704 scontext=u:r:system_server:s0 tcontext=u:r:system_server:s0 
tclass=unix_stream_socket permissive=0
   
   Logcat is very verbose (it's essentially the linux syslog) it will output 
anything and everything that is going on in the system. The debug tab in AS 
filters logcat to only your app process for you, but if you're using the logcat 
tab directly, you'll need to manually apply the filters yourself to make it 
remotely usable.
   
   In AS you can use Breakpoints and "debug" the project (The green icon that 
looks like a bug) which will build and deploy the project from AS with the 
debugger attached. Might be easier than using log statements and then trying to 
look for them in logcat, which can easily be missed. But if the `Runnable` is 
not running at all..., then I'd be curious if it's reaching the 
`cordova.getThreadPool().execute(` line or if it's even entering the if 
condition at all...


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to