android: set android log tag to KOReader

pull/1888/head
Qingping Hou 8 years ago
parent e9a5624373
commit 55fa046d49

@ -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."

@ -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[[

Loading…
Cancel
Save