mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-25 02:15:45 +01:00
Improved logging
This commit is contained in:
@@ -1431,7 +1431,7 @@ public class EntityRule {
|
||||
boolean loop = jargs.getBoolean("loop");
|
||||
boolean alarm = jargs.getBoolean("alarm");
|
||||
int duration = jargs.optInt("duration", MediaPlayerHelper.DEFAULT_ALARM_DURATION);
|
||||
Log.i("Sound uri=" + uri + " alarm=" + alarm + " duration=" + duration);
|
||||
Log.i("Sound uri=" + uri + " loop=" + loop + " alarm=" + alarm + " duration=" + duration);
|
||||
|
||||
DB db = DB.getInstance(context);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user