{"id":17913009,"url":"https://github.com/mlopatkin/andlogview","last_synced_at":"2026-01-16T06:01:46.541Z","repository":{"id":44951648,"uuid":"337334733","full_name":"mlopatkin/andlogview","owner":"mlopatkin","description":"Tool for viewing application logs from Android devices.","archived":false,"fork":false,"pushed_at":"2026-01-11T02:22:48.000Z","size":13958,"stargazers_count":65,"open_issues_count":68,"forks_count":10,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-01-11T07:12:44.345Z","etag":null,"topics":["adb-logcat","android","android-logcat","android-tools","hacktoberfest","logcat","logcat-viewer"],"latest_commit_sha":null,"homepage":"https://andlogview.mlopatkin.name/","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mlopatkin.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":"AUTHORS.md","dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2021-02-09T08:11:09.000Z","updated_at":"2026-01-11T02:20:51.000Z","dependencies_parsed_at":"2025-12-30T20:00:19.893Z","dependency_job_id":null,"html_url":"https://github.com/mlopatkin/andlogview","commit_stats":null,"previous_names":[],"tags_count":43,"template":false,"template_full_name":null,"purl":"pkg:github/mlopatkin/andlogview","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mlopatkin%2Fandlogview","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mlopatkin%2Fandlogview/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mlopatkin%2Fandlogview/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mlopatkin%2Fandlogview/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mlopatkin","download_url":"https://codeload.github.com/mlopatkin/andlogview/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mlopatkin%2Fandlogview/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28477589,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-16T03:13:13.607Z","status":"ssl_error","status_checked_at":"2026-01-16T03:11:47.863Z","response_time":107,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["adb-logcat","android","android-logcat","android-tools","hacktoberfest","logcat","logcat-viewer"],"created_at":"2024-10-28T19:49:17.480Z","updated_at":"2026-01-16T06:01:46.415Z","avatar_url":"https://github.com/mlopatkin.png","language":"Java","readme":"# AndLogView: Log viewer for Android™ development\n\n[AndLogViewer](https://andlogview.mlopatkin.name/) is the tool to simplify analysis\nof the Android logs, both online and offline.\n\n![Application window](https://andlogview.mlopatkin.name/andlogview.png)\n\n## Features\n\n- Display logs from a device or an emulator\n- Display saved logs and dumpstate files\n- Search in the logs using regex if needed\n- Bookmarks\n- Filter log lines by tag, PID, app name, log priority, message content\n- Filtered lines can be hidden, highlighted or shown in a separate window\n- Display any available buffers: main, system, events, radio\n- Save filtered lines\n- Display process list\n\n## Installing\n\nRequirements:\n\n - JRE or JDK 17+\n - Android SDK (optional, to work with a device or an emulator; AndLogView can install it for you)\n\nUnpack the zip archive to any folder.\n\nUse the OS-specific script to launch AndLogView:\n\n - `bin/andlogview.bat` (Windows)\n - `bin/andlogview` (Linux, macOS)\n\nBoth scripts expect the `javaw`/`java` to be on your `PATH`.\n\n## Overview: filters\n\nThe following filtering criteria are supported:\n\n- Tag(s)\n- Message text\n- PID(s) and/or application name(s)\n- Log priority\n\nFiltered lines can be:\n\n- Showed (all other lines will be hidden)\n- Hidden\n- Highlighted\n- Showed in a separate window\n\nYou may enter several tags, application names or PIDs separated with commas, any\nof them will be filtered. Message, tag and application name filters support\nregular expressions. If several criteria are specified, only records that\nmatch all of them will be filtered. If the tag or application name contain `,`\nthen `,` symbol should be doubled or the whole pattern should be enclosed in\nbackticks. For example, if you want to search for tags `Foo,bar` and `Bar,baz`\nyou should enter `Foo,,bar, Bar,,baz` or `` `Foo,bar`, `Bar,baz` ``. Wrapping\nin backticks doesn't work for regular expressions.\n\n## Overview: searching\n\n1. `Ctrl+F` - show search field\n2. Enter the pattern, then press `Enter` to start searching\n3. `F3` - find next, `Shift+F3` - find previous\n4. `Esc` - clear search results\n\nYou should wrap your pattern into `/.../` - slashes - to search using regular\nexpressions, ex. `/^[Aa].*$/` - all lines that start with lower or upper 'a'.\nRegex-based searching is case-sensitive in opposite to a simple searching.\nStandard Java regular expression syntax is used.\n\nSearching is performed in application name, tag and message fields. You can\nlimit search scope to the single field by prefixing search request with `app:`,\n`tag:`, or `msg:` respectively. Only one (first) prefix is in effect, others are\ntreated like normal search pattern.\n\n## Overview: other\n\n- The bookmarks windows can be used for quick jumping between marked lines.\n  Use context menu to add a line to bookmarks.\n- You can copy log lines to the clipboard using `Ctrl+C`, `Ctrl+Ins` or the\n  context menu.\n- Double-click on tag, message or pid cell opens edit mode where you can\n  select and copy a substring of the cell's content\n\nSee the complete manual at https://andlogview.mlopatkin.name/\n\n## Contacts\n\nThere is a mailing list [android-log-viewer at Google Groups](https://groups.google.com/forum/#!forum/android-log-viewer)\nfor release announcements and discussions.\n\nPlease report bugs to https://github.com/mlopatkin/andlogview/issues\n\n---\n\u003csmall\u003eAndroid is a trademark of Google LLC.\u003c/small\u003e\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmlopatkin%2Fandlogview","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmlopatkin%2Fandlogview","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmlopatkin%2Fandlogview/lists"}