Skip to content

Commit

Permalink
small changes
Browse files Browse the repository at this point in the history
  • Loading branch information
NiklasMerz committed Dec 1, 2020
1 parent 200ff73 commit faf0c7e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ public SystemWebViewClient(SystemWebViewEngine parentEngine) {
return new WebResourceResponse(mimeType, null, is);
} catch (Exception e) {
e.printStackTrace();
Log.e("WebViewAssetLoader", e.getMessage());
Log.e(TAG, e.getMessage());
}
return null;
});
Expand Down

0 comments on commit faf0c7e

Please sign in to comment.