This repository has been archived by the owner on Jan 30, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
log file #1
Comments
Hi. I actually don’t have an Android device any more, which makes changing this hard to test for me. If you have an Android device and a bit of ruby knowledge, it shouldn’t be too hard, though:
In regards to error message collection, could you give an example on what you’d expect? I suppose monkey_master could gain a command to |
Thank you for giving me a reply,
Andrews equipment I have, ruby language i will only be a little bit, will not be based on your reply, i try to modify the try, get on the monkeylog, my mac above can not be opened, The file is too large, the error log, I imagine is modified in the event of a crash when the crash generated when the log, such as the collapse before the 200 line. So do not record all the operating log, find the problem will be faster, thank you for writing this program, you can not debug the environment, I try to modify it now. thanks
… 在 2017年9月26日,下午3:20,Lukas Nagl ***@***.***> 写道:
Hi. I actually don’t have an Android device any more, which makes changing this hard to test for me.
If you have an Android device and a bit of ruby knowledge, it shouldn’t be too hard, though:
Log creation is actually using adb’s logcat <https://developer.android.com/studio/command-line/logcat.html>. You’d need to switch to using log rotation with -f and -r when calling logcat here <https://github.com/j4zz/monkey_master/blob/master/lib/monkey_master/adb.rb#L55>.
Since log rotation will create multiple files, cleanup <https://github.com/j4zz/monkey_master/blob/7433e09df5de902947df8d4772e270765aa7dd48/lib/monkey_master/monkey_commander.rb#L109> will need to be switched to support folders.
In regards to error message collection, could you give an example on what you’d expect? I suppose monkey_master could gain a command to grep the resulting logs.
|
Repository owner
deleted a comment
Feb 26, 2024
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hello, I use the monkey you provided, but in use found that a single log storage is too large, often the documents are not open. Do you want to optimize the log storage, as well as the error message collection statistics, thank you very much
The text was updated successfully, but these errors were encountered: