We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 839210a commit b751457Copy full SHA for b751457
src/android/FileUtils.java
@@ -26,7 +26,6 @@ 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
@@ -1296,9 +1295,9 @@ public CordovaPluginPathHandler getPathHandler() {
1296
1295
1297
return new WebResourceResponse(fileMimeType, null, fileIS);
1298
} catch (FileNotFoundException e) {
1299
- Log.e(LOG_TAG, e.getMessage());
+ LOG.e(LOG_TAG, e.getMessage());
1300
} catch (IOException e) {
1301
1302
}
1303
1304
0 commit comments