globules-io commented on issue #564:
URL:
https://github.com/apache/cordova-plugin-file/issues/564#issuecomment-1497628823
```
} else if (action.equals("requestAllPaths")) {
cordova.getThreadPool().execute(
new Runnable() {
public void run() {
try {
Log.e(LOG_TAG, "DID NOT SHIT THE BED");
callbackContext.success(requestAllPaths());
} catch (JSONException e) {
// TODO Auto-generated catch block
Log.e(LOG_TAG, "SHAT THE BED");
e.printStackTrace();
}
}
}
);
}
```
I do not see "DID NOT SHIT THE BED" nor "SHAT THE BED" while logcat'ing it
so it looks like it doesn't even reach that statement...
--
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]