{"id":13608784,"url":"https://github.com/cdcsgit/lognote","last_synced_at":"2025-04-12T17:32:51.812Z","repository":{"id":54679049,"uuid":"316948997","full_name":"cdcsgit/lognote","owner":"cdcsgit","description":"Log viewer, Android logcat viewer for Windows, Linux, Mac","archived":false,"fork":false,"pushed_at":"2025-04-11T01:09:32.000Z","size":2734,"stargazers_count":202,"open_issues_count":1,"forks_count":24,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-11T02:27:03.252Z","etag":null,"topics":["android","kotlin","log-viewer","logcat","logcat-viewer","multiplatform","pc","swing"],"latest_commit_sha":null,"homepage":"https://cdcsutils.blogspot.com/search/label/Lognote","language":"Kotlin","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/cdcsgit.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"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":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-11-29T12:43:43.000Z","updated_at":"2025-04-11T01:09:36.000Z","dependencies_parsed_at":"2023-01-26T12:30:20.404Z","dependency_job_id":"34c7f29b-a16c-4910-89a2-e730eb904a38","html_url":"https://github.com/cdcsgit/lognote","commit_stats":null,"previous_names":[],"tags_count":32,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cdcsgit%2Flognote","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cdcsgit%2Flognote/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cdcsgit%2Flognote/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cdcsgit%2Flognote/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cdcsgit","download_url":"https://codeload.github.com/cdcsgit/lognote/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248605329,"owners_count":21132153,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["android","kotlin","log-viewer","logcat","logcat-viewer","multiplatform","pc","swing"],"created_at":"2024-08-01T19:01:29.912Z","updated_at":"2025-04-12T17:32:46.803Z","avatar_url":"https://github.com/cdcsgit.png","language":"Kotlin","funding_links":[],"categories":["Kotlin"],"sub_categories":[],"readme":"# LogNote\n\nLog viewer, Android logcat viewer for Windows, Linux, Mac\n\nFiltered log viewer\n\nOnline / offline logcat view\n\nRegular expression filter\n\nAging Test : Save split file by lines\n\nKotlin + swing\n\n![Lognote_1 0_main](https://github.com/user-attachments/assets/42707659-de5b-4e81-b6f6-32cdf86e114b)\n![Lognote_1 0_open](https://github.com/user-attachments/assets/6868cd9d-a4fc-43c4-9a6e-df48ea208793)\n\n\n\u003cbr/\u003e\n\n# Config path\nSave to the path set in the environment variable \"LOGNOTE_HOME\"\\\nDefault current path\n\nEX) After creating the directory\\\nWindows : set LOGNOTE_HOME=D:\\lognote\\\nLinux : export LOGNOTE_HOME=\\~/lognote\\\nMac : export LOGNOTE_HOME=\\~/lognote\n\n\n\u003cbr/\u003e\n\n# Run\nWindows : start javaw -Dfile.encoding=utf8 -Xmx1024m -jar LogNote.jar\\\nLinux : java -Dfile.encoding=utf8 -Xmx2048m -jar LogNote.jar\\\nMac : java -Dfile.encoding=utf8 -Xmx2048m -jar LogNote.jar\n\n\u003cbr/\u003e\n\n# How to use(tips)\n1. [Show only specific package logs - 1.0 ~ (use \"Packages\" menu)](https://cdcsutils.blogspot.com/2024/10/lognote-show-only-specific-package-logs.html)\n1. [Show only specific package logs - ~ 0.3.8](https://cdcsutils.blogspot.com/2024/09/lognote-show-only-specific-package-logs.html)\n1. [Add desktop shortcut in ubuntu](https://cdcsutils.blogspot.com/2024/10/lognote-setting-up-shortcut-to-re-run.html)\n\n\u003cbr/\u003e\n\n# Mode\n1. Read Cmd: Read the result after executing the command (ex: adb logcat)\n   - \u003ccode\u003e\u003cb\u003eYou must set the Scrollback value.\u003c/b\u003e\u003c/code\u003e\n     - \u003cb\u003eIf the value is not set, logs pile up and occur hang.\u003c/b\u003e\n     - \u003cb\u003eRecommended - Scrollback: 100000 (approximately 10 Mbytes), enable “Split File” option\u003c/b\u003e\n1. Read File: Read a file (File \u003e Open, read multiple files continuously)\n   - Multiple files : Drag \u0026 drop or File \u003e Open files\n   - Append files : Ctrl + drag \u0026 drop or File \u003e append files\n   - Save recent file view config on exit(filters, bookmarks)\n   - Open recent files: set to saved view config\n1. Follow File: Continue reading logs added to the file (ex: adb logcat \u003e a.log, File \u003e Follow - a.log)\n   - Used when you want to read the log of processing results of commands other than adb\n\n\u003cbr/\u003e\n\n# Log view mode\n1. \"Not adb mode(file open...)\" or \"View \u003e Show process name \u003e None\"\n![lognote_columnX_processX](https://github.com/user-attachments/assets/9c650931-3c19-4a79-a051-0e7a86d44824)\n1. \"Not adb mode(file open...)\" or \"View \u003e Show process name \u003e None\" + \"View \u003e Show divided by column\"\n![lognote_columnO_processX](https://github.com/user-attachments/assets/651ef0ea-cc05-46db-b8fe-ced1c525894e)\n1. \"Adb mode\" and \"View \u003e Show process name \u003e Show with color bg\"\n![lognote_columnX_processO](https://github.com/user-attachments/assets/692f8585-0136-41af-a3fe-df3a5df4362a)\n1. \"Adb mode\" and \"View \u003e Show process name \u003e Show with color bg\" + \"View \u003e Show divided by column\"\n![lognote_columnO_processO](https://github.com/user-attachments/assets/9055ea48-6e7c-4b47-a026-696711b02940)\n\n\u003cbr/\u003e\n\n# Shortcut keys\n1. Ctrl + B: Toggle Bookmarks, multiple selected lines can be set at the same time\n1. Enter: View log dialog (Show long log(with the ends cut off), select string and add to log combo(filter))\n1. Ctrl+F: Show find toolbar\n    - F3: Move to previous item\n    - F4: Move to next item\n1. Ctrl + Page Down: Go to end of the log\n1. Ctrl + Page Up: Go to the beginning of the log\n1. Ctrl + R : stop cmd - connect device - clear log view - start cmd\n1. Ctrl + G : Go to line\n1. Ctrl + ` : Focus to log combo\n1. Ctrl + Del : Clear log view\n1. Ctrl + T : Show trigger list panel(aging test util)\n\n\n\u003cbr/\u003e\n\n# Filter combobox color tag\n![Lognote_ColorTag](https://user-images.githubusercontent.com/75207513/191993351-396498bc-d5f7-4b92-9a4b-e1b85cb87305.gif)\n\nIf enter '#' in the filter combo box, the color tag list is displayed\\\n![LogNote_ColorTag2](https://github.com/cdcsgit/lognote/assets/75207513/a02cc5bf-1d0a-4527-8a43-2a025f74c2c7)\n\n\u003cbr/\u003e\n\n# Filter combobox style\nSetting \u003e Filter Style : set style, color\n1. Single line\n2. Single line - highlight\\\n![lognote_singleline](https://user-images.githubusercontent.com/75207513/162203519-27a485f4-df90-4f33-8ae5-698957abea49.PNG)\n3. Multi line\n4. Multi line - highlight\\\n![lognote_multiline](https://user-images.githubusercontent.com/75207513/162203533-3bf194e8-a093-45a1-a82c-ba1b50bbf118.PNG)\n\nHighlight color : Include text, Exclude text, Separator\n\n\u003cbr/\u003e\n\n# Filter combobox size\n![lognote_filtercombo_disable](https://user-images.githubusercontent.com/75207513/167983195-848e7aba-123f-44c8-ba7a-944d9923a1a1.gif)\n\n\u003cbr/\u003e\n\n# Filter manager\nClick : replace\\\nCtrl + Click : append\\\n![Lognote_FilterManager](https://user-images.githubusercontent.com/75207513/191995297-2417f744-4247-4a33-9914-90ca6a758fc3.gif)\n\n\u003cbr/\u003e\n\n# Search\nCtrl + F : show search bar\\\nESC : hide search bar\\\nF3 : move to previous\\\nF4 : move to next\\\nClick Filter or Full View : Set search target view\\\n![Lognote_search_bar](https://user-images.githubusercontent.com/75207513/202911181-62787a4e-2bab-4342-a025-695d69cbb5b6.png)\n\n\u003cbr/\u003e\n\n# Show process info\nWhen mode is logcat receiving, process info is shown as a tooltip \\\nRight click \u003e Popup menu \u003e Process info =\u003e Show all process list \\\n![Lognote_processInfo_1](https://github.com/cdcsgit/lognote/assets/75207513/e0baa448-29e7-416c-89ed-f40af4c42e37)\n![Lognote_processInfo_2](https://github.com/cdcsgit/lognote/assets/75207513/4f06ee28-e6cf-46d5-a1ec-dd919062aa07)\n\n\u003cbr/\u003e\n\n# Log format setting\nIn addition to logcat logs, you can also use other logs by setting the format \\\n![Lognote_manage_format](https://github.com/cdcsgit/lognote/assets/75207513/56f6b18d-e56f-4da8-b56a-2a28a27c65d6)\n\n\n\u003cbr/\u003e\n\n# Log trigger - Aging test util(Ctrl-T)\nWhen a specific log occurs, a command is executed or a dialog is displayed \\\n![lognote_trigger_list](https://github.com/cdcsgit/lognote/assets/75207513/2b551a70-9b75-4ee1-b36f-f4077cc3949e)\n\n\n\u003cbr/\u003e\n\n# Log cmd setting\nSet the adb path(to view online log) and Add log cmds \\\n![lognote_log_cmd_setting](https://user-images.githubusercontent.com/75207513/221393860-31c5efd3-4f5d-4295-b711-d7ec0cd693e1.png)\n\n\n\u003cbr/\u003e\n\n# Color settings\nLight(default) \\\n![lognote_light](https://user-images.githubusercontent.com/75207513/202910342-0a94a05f-9942-41f5-a35f-7fb1a90f8b3e.png)\n\nDark \\\n![lognote_dark](https://user-images.githubusercontent.com/75207513/202910351-02db4829-cd77-4e63-bbda-85b501ea7c38.png)\n\n\\\nSetting \u003e Appearance \\\nFixed-width fonts are recommended : The columns for logcat entries(time, pid, tag...) are aligned \\\n![lognote_appearance_settings](https://user-images.githubusercontent.com/75207513/183441901-de5dbfb4-1b4d-4dca-97a6-cee050d4bd28.png)\n\n\u003cbr/\u003e\n\n# View Control\nView \u003e Rotation - Rotate 90 degrees clockwise \\\nView \u003e Full Logs - Toggle show/hide full log view \\\nFull log view \u003e Windowed Mode - Move the view to new window \\\n![Lognote_view_ctrl](https://github.com/cdcsgit/lognote/assets/75207513/e376439f-698f-4a48-a5c1-aac0ca406dd6)\n\n\u003cbr/\u003e\n\n# Button Icons\n![Lognote_Icon](https://user-images.githubusercontent.com/75207513/221393900-f4f0268f-2085-443a-96f8-fcaae8123dbc.gif)\n\n\u003cbr/\u003e\n\n# Save split file by lines for aging test\n![lognote_split_file](https://user-images.githubusercontent.com/75207513/202910739-e915688d-bf32-4daa-adef-bf2b537b70bc.png) \\\nEach time 100000 lines are saved, it is changed to a new file\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcdcsgit%2Flognote","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcdcsgit%2Flognote","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcdcsgit%2Flognote/lists"}