Debug: open link

This commit is contained in:
M66B 2023-05-23 14:39:48 +02:00
parent f02481f1a2
commit 1d3549f170
1 changed files with 1 additions and 1 deletions

View File

@ -1047,7 +1047,7 @@ public class Helper {
String open_with_pkg = prefs.getString("open_with_pkg", null);
boolean open_with_tabs = prefs.getBoolean("open_with_tabs", true);
Log.i("View=" + uri +
EntityLog.log(context, "View=" + uri +
" browse=" + browse +
" task=" + task +
" pkg=" + open_with_pkg + ":" + open_with_tabs +