mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
os.execute may cause FC on Android
This commit is contained in:
@@ -32,7 +32,6 @@ function Dbg:turnOn()
|
||||
self.is_on = true
|
||||
|
||||
-- create or clear ev log file
|
||||
os.execute("echo > ev.log")
|
||||
self.ev_log = io.open("ev.log", "w")
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user