mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
use android log categories
This commit is contained in:
committed by
Frans de Jonge
parent
ee673b1e10
commit
236724ef3e
@@ -21,7 +21,7 @@ local function LvDEBUG(lv, ...)
|
||||
end
|
||||
end
|
||||
if isAndroid then
|
||||
android.LOGI("#"..line)
|
||||
android.LOGV(line)
|
||||
else
|
||||
io.stdout:write(string.format("# %s %s\n", os.date("%x-%X"), line))
|
||||
io.stdout:flush()
|
||||
|
||||
Reference in New Issue
Block a user