mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-31 06:08:31 +02:00
Debug: more logging
This commit is contained in:
@@ -32,8 +32,8 @@ public interface DaoLog {
|
||||
" WHERE time > :from" +
|
||||
" AND (:type IS NULL OR type = :type)" +
|
||||
" ORDER BY time DESC" +
|
||||
" LIMIT 2000")
|
||||
LiveData<List<EntityLog>> liveLogs(long from, Integer type);
|
||||
" LIMIT :limit")
|
||||
LiveData<List<EntityLog>> liveLogs(long from, int limit, Integer type);
|
||||
|
||||
@Query("SELECT * FROM log" +
|
||||
" WHERE time > :from" +
|
||||
|
||||
Reference in New Issue
Block a user