I have a question about log messages of android. Now, I can see some log messages on logcat, for example, there is some log lines in KeyInputQueue.java file.
After I checked the log string on logcat, I modified the log line, for example, "abc" -> "ab...c". and build is successful, new binary file is downloaded and so on. I expected that the log string would be displayed like as "ab...c" but the former log string "abc" is displayed. And, I added a new log in the file. Also, I inserted the new log below a log that is already shown on logcat. The new log is not displayed on logcat. I don't know why modified or inserted logs are not displayed on logcat. -- You received this message because you are subscribed to the Google Groups "Android Beginners" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-beginners?hl=en

