{"id":21363117,"url":"https://github.com/donfuxx/logkitten","last_synced_at":"2025-08-02T01:38:40.949Z","repository":{"id":87789849,"uuid":"144249956","full_name":"donfuxx/LogKitten","owner":"donfuxx","description":"LogKitten is an Android Library with a logcat monitoring service that shows notifications with logcat information for app crashes or errors of the app. Available at JitPack.io 🐱  ","archived":false,"fork":false,"pushed_at":"2018-10-21T18:38:13.000Z","size":1682,"stargazers_count":7,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-07-13T03:44:49.948Z","etag":null,"topics":["android","android-library","crashes","debug","debugging","jitpack","logcat","logging-library","monitor","notifications","qa","qatools","tester","testing","testing-tools"],"latest_commit_sha":null,"homepage":"https://jitpack.io/#donfuxx/LogKitten","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/donfuxx.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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,"zenodo":null}},"created_at":"2018-08-10T07:06:44.000Z","updated_at":"2023-07-31T08:40:19.000Z","dependencies_parsed_at":null,"dependency_job_id":"a53fdd4c-fcbb-48c8-86ac-befe4207eabf","html_url":"https://github.com/donfuxx/LogKitten","commit_stats":null,"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"purl":"pkg:github/donfuxx/LogKitten","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/donfuxx%2FLogKitten","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/donfuxx%2FLogKitten/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/donfuxx%2FLogKitten/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/donfuxx%2FLogKitten/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/donfuxx","download_url":"https://codeload.github.com/donfuxx/LogKitten/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/donfuxx%2FLogKitten/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268326356,"owners_count":24232471,"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","status":"online","status_checked_at":"2025-08-01T02:00:08.611Z","response_time":67,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["android","android-library","crashes","debug","debugging","jitpack","logcat","logging-library","monitor","notifications","qa","qatools","tester","testing","testing-tools"],"created_at":"2024-11-22T06:18:03.367Z","updated_at":"2025-08-02T01:38:40.941Z","avatar_url":"https://github.com/donfuxx.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# LogKitten   [![](https://jitpack.io/v/donfuxx/LogKitten.svg)](https://jitpack.io/#donfuxx/LogKitten)\n\nLogKitten is an **Android library module** that can be added to your Android project for example as a `debugImplementation` to make inspecting the logcat on the device easier in the following ways:\n - The LogKitten Service will be **started by clicking the \"LogKitten\" launcher icon** and it will monitor your app's logcat for Error and Warning level logs and will show them as notifications.\n\nLogKitten notifications | Notification expanded | LogKitten settings | LogKitten full logs\n------------ | ------------- | ------------ | -------------\n![LogKitten notifications](https://github.com/donfuxx/LogKitten/blob/master/media/logkitten-screenshot-1.png?raw=true)|![Notification expanded](https://github.com/donfuxx/LogKitten/blob/master/media/logkitten-screenshot-2.png?raw=true)|![LogKitten settings](https://github.com/donfuxx/LogKitten/blob/master/media/logkitten-screenshot-3.png?raw=true)|![LogKitten full logs](https://github.com/donfuxx/LogKitten/blob/master/media/logkitten-screenshot-4.png?raw=true)\n \n - Logs can be shared by clicking the **share action** in a LogKitten notification. This is a handy tool if you have Testers for your project that want to forward crash logcats to the developers or a bugtracking system like Jira etc.\n - LogKitten service can be **stopped anytime**, by clicking the \"Stop\" action in the Service notification.\n - LogKitten service can be **restarted anytime** by clicking the \"LogKitten\" launcher icon.\n - It is recommended to include LogKitten **only in debug builds**, but not in your production release build. LogKitten is useful for developers and testers, but pretty useless for real users of your app.\n\n![logkitten_ic_launcher-web](https://user-images.githubusercontent.com/8261416/44672957-04be7200-aa22-11e8-987d-bdc8c51d3f29.png)\n\n## Setup Guide\n\n### Step 1. Add the JitPack repository to your build file\nAdd it in your root build.gradle at the end of repositories:\n\n    \tallprojects {\n    \t\trepositories {\n    \t\t\t...\n    \t\t\tmaven { url 'https://jitpack.io' }\n    \t\t}\n    \t}\n\n### Step 2. Add the debug dependency\nAdd it in your app module gradle dependencies. It is recommended to use `debugImplementation`\n\n    \tdependencies {\n    \t        debugImplementation 'com.github.donfuxx:LogKitten:1.2.2'\n    \t}\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdonfuxx%2Flogkitten","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdonfuxx%2Flogkitten","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdonfuxx%2Flogkitten/lists"}