-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Migrate "Install" and "Features" page from Bitbucket
Issue: #175
- Loading branch information
Showing
9 changed files
with
62 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
--- | ||
title: Features | ||
weight: 10 | ||
--- | ||
|
||
* [Display logs from a device or an emulator](/adb_mode) | ||
* Display saved logs and dumpstate files | ||
* Search in the logs using regex if needed | ||
* Filter log lines by tag, PID, log priority, message content | ||
* Filtered lines can be hidden, highlighted or shown in a separate window | ||
* Bookmarks | ||
* Display any avaliable buffers: main, system, events, radio | ||
* Save filtered lines | ||
* Display process list |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
--- | ||
title: Installation | ||
weight: 20 | ||
--- | ||
|
||
## Requirements | ||
* Windows, Linux, or MacOS X | ||
* JRE or JDK 8+ | ||
* Android SDK (optional, to work with a device or an emulator) | ||
|
||
The Java executable (`javaw.exe` on Windows and `java` on Linux/MacOS X) is | ||
expected to be on `PATH`. Alternatively, the `JAVA_HOME` environment variable | ||
should point to the JRE/JDK. | ||
|
||
## Installing | ||
|
||
Download the [latest release archive](https://github.com/mlopatkin/andlogview/releases/latest) from the GitHub, and unpack it into the location of your | ||
choice. | ||
|
||
To run the logview, use the OS-specific script: | ||
* `bin/logview.bat` (Windows) | ||
* `bin/logview` (Linux/MacOS X) | ||
|
||
<!-- | ||
TODO(mlopatkin): https://github.com/mlopatkin/andlogview/issues/339 | ||
If adb.exe/adb aren't on the `PATH` you should manually set its location at the | ||
first launch. You will be prompted about it: | ||
![ADB setup prompt](adb_setup_prompt.png) | ||
Click "Yes" to open [[AdbMode | ADB setup dialog]]. However it is necessary | ||
for working with device/emulator only. | ||
--> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
--- | ||
title: License | ||
weight: 100 | ||
weight: 1000 | ||
--- | ||
``` | ||
Apache License | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
--- | ||
nav_navigation: Contents |