mirror of
https://github.com/M66B/FairEmail.git
synced 2024-12-22 07:42:52 +00:00
Improved logging
This commit is contained in:
parent
7b505a467d
commit
2d24956bec
1 changed files with 1 additions and 0 deletions
|
@ -472,6 +472,7 @@ public class UriHelper {
|
|||
try (InputStream is = context.getAssets().open("debounce.json")) {
|
||||
String json = Helper.readStream(is);
|
||||
JSONArray jbounce = new JSONArray(json);
|
||||
Log.i("Brave debounces=" + jbounce.length());
|
||||
for (int i = 0; i < jbounce.length(); i++) {
|
||||
JSONObject jitem = jbounce.getJSONObject(i);
|
||||
JSONArray jinclude = jitem.getJSONArray("include");
|
||||
|
|
Loading…
Reference in a new issue