<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to Home</title><link>https://sourceforge.net/p/androidlogger/wiki/Home/</link><description>Recent changes to Home</description><atom:link href="https://sourceforge.net/p/androidlogger/wiki/Home/feed" rel="self"/><language>en</language><lastBuildDate>Tue, 01 Oct 2024 08:42:02 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/androidlogger/wiki/Home/feed" rel="self" type="application/rss+xml"/><item><title>Home modified by 欣爸(Simbaba)</title><link>https://sourceforge.net/p/androidlogger/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v3
+++ v4
@@ -1,12 +1,11 @@
-Welcome to AndroidLogger!
+## Welcome to use AndroidLogger!

-The newer version 1.4.0 support many new features:
-1、start cmd, if you select shell cmd, then click run, or just start a cmd or your other cmd
+The newer version 1.4.0 later version support many new features:
+1、start cmd quickly, if you select a shell cmd, just click toolbar to run
 2、fast cmd, you can quickly repeatedly execute some shell cmd.
 3、better and faster file export
-4、real time log capture!
-
-
+4、true real time log capture!
+5、unix time convert

 [[members limit=20]]
 [[download_button]]
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">欣爸(Simbaba)</dc:creator><pubDate>Tue, 01 Oct 2024 08:42:02 -0000</pubDate><guid>https://sourceforge.net972ff5b20a6914bbfe12f157dbc250ae9383263c</guid></item><item><title>Home modified by 欣爸(Simbaba)</title><link>https://sourceforge.net/p/androidlogger/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v2
+++ v3
@@ -1,8 +1,12 @@
 Welcome to AndroidLogger!

-This is the help page, edit it as you see fit. To add a new page simply reference it within brackets, e.g.: [SamplePage].
+The newer version 1.4.0 support many new features:
+1、start cmd, if you select shell cmd, then click run, or just start a cmd or your other cmd
+2、fast cmd, you can quickly repeatedly execute some shell cmd.
+3、better and faster file export
+4、real time log capture!

-The wiki uses [Markdown](/p/androidlogger/wiki/markdown_syntax/) syntax.
+

 [[members limit=20]]
 [[download_button]]
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">欣爸(Simbaba)</dc:creator><pubDate>Tue, 24 Sep 2024 16:04:19 -0000</pubDate><guid>https://sourceforge.net90369321dedb330f6e75593737e17f0cf94b6281</guid></item><item><title>Discussion for Home page</title><link>https://sourceforge.net/p/androidlogger/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Log lexer automatically for some ext file. For example, the .log,.1,.2 etc. &lt;br /&gt;
You can add ext supported by modify the Androidlogger.XML config file.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">欣爸(Simbaba)</dc:creator><pubDate>Sat, 24 Jan 2015 16:20:08 -0000</pubDate><guid>https://sourceforge.net2e86c3b794cf3e41e49171f7f2af47044bda7bf1</guid></item><item><title>Home modified by 欣爸(Simbaba)</title><link>https://sourceforge.net/p/androidlogger/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v1
+++ v2
@@ -1,6 +1,6 @@
-Welcome to your wiki!
+Welcome to AndroidLogger!

-This is the default page, edit it as you see fit. To add a new page simply reference it within brackets, e.g.: [SamplePage].
+This is the help page, edit it as you see fit. To add a new page simply reference it within brackets, e.g.: [SamplePage].

 The wiki uses [Markdown](/p/androidlogger/wiki/markdown_syntax/) syntax.

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">欣爸(Simbaba)</dc:creator><pubDate>Mon, 19 Jan 2015 13:24:01 -0000</pubDate><guid>https://sourceforge.nete0819d1a8cccaa397d18441555b2acb99aef824d</guid></item><item><title>Discussion for Home page</title><link>https://sourceforge.net/p/androidlogger/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;AndroidLogger Plugin, if you use shell cmd with it, please following the rule:&lt;br /&gt;
1)'#' is comment line&lt;br /&gt;
2)empty line is permitted&lt;br /&gt;
3)'&amp;gt;' is shell cmd&lt;br /&gt;
4) shell cmd must not timeout 6's&lt;br /&gt;
for example:&lt;br /&gt;
&amp;gt;cd /system/&lt;br /&gt;
&amp;gt;cd app&lt;br /&gt;
&amp;gt;ls -l&lt;br /&gt;
And you press the cmd menuitem or toolbar button, will get the output!&lt;br /&gt;
And another example:&lt;br /&gt;
&amp;gt;cd /sdcard/&lt;br /&gt;
&amp;gt;echo "123" &amp;gt; simbaba.txt&lt;br /&gt;
&amp;gt;cat simbaba.txt&lt;br /&gt;
&amp;gt;ls -l&lt;br /&gt;
if the shell cmd output to notepad++ go on and go on, you can swith to another tabpage of notepad++ or create one new empty tabpage to stop it!&lt;br /&gt;
The last, you can get logcat message like this:&lt;br /&gt;
&amp;gt;logcat -v time *:W&lt;br /&gt;
Then do the shell cmd!&lt;br /&gt;
Enjoy it!&lt;/p&gt;
&lt;p&gt;Known Issues:&lt;br /&gt;
1）shell cmd if in 6's no output will time out, and stopped!&lt;br /&gt;
2）app &amp;amp; ril log if device has lots of log on device may delay some time&lt;br /&gt;
However you can:&lt;br /&gt;
# only warning level up log&lt;br /&gt;
&amp;gt;logcat *:W&lt;br /&gt;
Then press shell toolbar button!&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">欣爸(Simbaba)</dc:creator><pubDate>Mon, 19 Jan 2015 13:22:39 -0000</pubDate><guid>https://sourceforge.netc03efac9c681c80a25321626d93810e0a68eb48f</guid></item><item><title>Home modified by 欣爸(Simbaba)</title><link>https://sourceforge.net/p/androidlogger/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Welcome to your wiki!&lt;/p&gt;
&lt;p&gt;This is the default page, edit it as you see fit. To add a new page simply reference it within brackets, e.g.: &lt;span&gt;[SamplePage]&lt;/span&gt;.&lt;/p&gt;
&lt;p&gt;The wiki uses &lt;a class="" href="/p/androidlogger/wiki/markdown_syntax"&gt;Markdown&lt;/a&gt; syntax.&lt;/p&gt;
&lt;p&gt;&lt;h6&gt;Project Members:&lt;/h6&gt;
&lt;ul class="md-users-list"&gt;
&lt;li&gt;&lt;a href="/u/simbaba"&gt;欣爸(Simbaba)&lt;/a&gt; (admin)&lt;/li&gt;
&lt;/ul&gt;&lt;br /&gt;
&lt;/p&gt;&lt;p&gt;&lt;span class="download-button-54bcffaac4d10405fe4b4616" style="margin-bottom: 1em; display: block;"&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">欣爸(Simbaba)</dc:creator><pubDate>Mon, 19 Jan 2015 12:59:23 -0000</pubDate><guid>https://sourceforge.net3ae172682e98cf5a787e1eeeff30a8b5f8e5b3c6</guid></item></channel></rss>