diff --git a/kodev b/kodev index d300d6a37..a8d2fab10 100755 --- a/kodev +++ b/kodev @@ -336,7 +336,7 @@ TARGET: exit 0 ;; android) - adb logcat 'luajit-launcher:D *:S' + adb logcat 'luajit-launcher:D KOReader:D *:S' ;; *) echo "Unsupported target: $1." diff --git a/platform/android/llapp_main.lua b/platform/android/llapp_main.lua index 85088f006..fd13da504 100644 --- a/platform/android/llapp_main.lua +++ b/platform/android/llapp_main.lua @@ -1,5 +1,6 @@ local A = require("android") A.dl.library_path = A.dl.library_path .. ":" .. A.dir .. "/libs" +A.log_name = 'KOReader' local ffi = require("ffi") ffi.cdef[[