We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8faf9ef commit 28f950eCopy full SHA for 28f950e
src/android/FileUtils.java
@@ -26,6 +26,7 @@ Licensed to the Apache Software Foundation (ASF) under one
26
import android.os.Build;
27
import android.os.Environment;
28
import android.util.Base64;
29
+import android.util.Log;
30
import android.webkit.MimeTypeMap;
31
import android.webkit.WebResourceResponse;
32
@@ -1354,9 +1355,9 @@ public CordovaPluginPathHandler getPathHandler() {
1354
1355
1356
return new WebResourceResponse(fileMimeType, null, fileIS);
1357
} catch (FileNotFoundException e) {
- LOG.e(LOG_TAG, e.getMessage());
1358
+ Log.e(LOG_TAG, e.getMessage());
1359
} catch (IOException e) {
1360
1361
}
1362
1363
0 commit comments