{"id":21574641,"url":"https://github.com/jintin/clerk","last_synced_at":"2025-04-10T16:13:48.178Z","repository":{"id":34792257,"uuid":"178684307","full_name":"Jintin/Clerk","owner":"Jintin","description":"Clerk is a log service to collect and display your app log on Android devices.","archived":false,"fork":false,"pushed_at":"2022-06-07T21:42:38.000Z","size":379,"stargazers_count":7,"open_issues_count":3,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-24T14:06:43.616Z","etag":null,"topics":["android-application","logging"],"latest_commit_sha":null,"homepage":"https://jintin.github.io/Clerk/","language":"Kotlin","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Jintin.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null},"funding":{"github":null,"patreon":"Jintin","open_collective":null,"ko_fi":"Jintin","tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":null}},"created_at":"2019-03-31T12:21:47.000Z","updated_at":"2021-12-28T03:10:14.000Z","dependencies_parsed_at":"2022-07-24T20:16:27.534Z","dependency_job_id":null,"html_url":"https://github.com/Jintin/Clerk","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jintin%2FClerk","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jintin%2FClerk/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jintin%2FClerk/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jintin%2FClerk/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Jintin","download_url":"https://codeload.github.com/Jintin/Clerk/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248251583,"owners_count":21072691,"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-application","logging"],"created_at":"2024-11-24T12:10:38.264Z","updated_at":"2025-04-10T16:13:48.160Z","avatar_url":"https://github.com/Jintin.png","language":"Kotlin","funding_links":["https://patreon.com/Jintin","https://ko-fi.com/Jintin"],"categories":[],"sub_categories":[],"readme":"# Clerk\n\n[![Build Status](https://travis-ci.org/Jintin/Clerk.svg?branch=master)](https://travis-ci.org/Jintin/Clerk)\n[![Codacy Badge](https://api.codacy.com/project/badge/Grade/60b7174503e047ae82202081ada2d9ee)](https://app.codacy.com/app/Jintin/Clerk?utm_source=github.com\u0026utm_medium=referral\u0026utm_content=Jintin/Clerk\u0026utm_campaign=Badge_Grade_Dashboard)\n[![Maintainability](https://api.codeclimate.com/v1/badges/ebee76105bbc0c162fd1/maintainability)](https://codeclimate.com/github/Jintin/Clerk/maintainability)\n[![Download](https://api.bintray.com/packages/jintin/maven/Clerk/images/download.svg)](https://bintray.com/jintin/maven/Clerk/_latestVersion)\n\nClerk is a log service to collect and display your app log on Android devices.\n\n## Install\n\n* Simple install by gradle dependency to your project\n```groovy\nimplementation 'com.github.jintin:clerk:1.1'\n```\n* Install the agent app on [Google Play](https://play.google.com/store/apps/details?id=com.jintin.clerk) or build from `app` module.\n\n## Usage\n\nClerk send log information by Android broadcast functionality. There are two ways to do that:\n\n1. Installing the `lib` module by gradle and calling the built-in function `ClerkUtils.log()` with require parameter. You can get more information by tracing the [sample module](https://github.com/Jintin/Clerk/tree/master/sample)\n2. Sending the broadcast by your own follow by the interface:\n```kotlin\nIntent(\"com.jintin.clerk.LOG_ACTION\").also {\n    it.putExtra(\"data\", \"your Log information\")\n    it.putExtra(\"channel\", \"specific channel for search (optional)\")\n    it.putExtra(\"app\", \"your packagename\")\n    it.component = ComponentName(\"com.jintin.clerk\", \"com.jintin.clerk.app.LogReceiver\")\n    context.sendBroadcast(it)\n}\n```\n\n## Contributing\n\nBug reports and pull requests are welcome on GitHub at \u003chttps://github.com/Jintin/Clerk\u003e.\n\n## License\n\nThe module is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjintin%2Fclerk","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjintin%2Fclerk","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjintin%2Fclerk/lists"}