{"id":35066853,"url":"https://github.com/unityvn/android_device_monitor_tool_logcat","last_synced_at":"2026-04-04T06:07:24.194Z","repository":{"id":288571715,"uuid":"968543610","full_name":"unityvn/android_device_monitor_tool_logcat","owner":"unityvn","description":"Android Device Monitor - Android logcat tool installed in unity","archived":false,"fork":false,"pushed_at":"2025-04-18T11:03:25.000Z","size":20,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-04-18T22:56:22.724Z","etag":null,"topics":["android-debug-tools","android-device-monitor","android-logcat","androidlog","unity","unity3d"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/unityvn.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2025-04-18T09:16:13.000Z","updated_at":"2025-04-18T11:03:28.000Z","dependencies_parsed_at":"2025-04-18T22:57:29.419Z","dependency_job_id":"a84fb442-b8e7-40e1-98e4-b2954cce2e1d","html_url":"https://github.com/unityvn/android_device_monitor_tool_logcat","commit_stats":null,"previous_names":["unityvn/android_device_monitor_tool_logcat"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/unityvn/android_device_monitor_tool_logcat","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unityvn%2Fandroid_device_monitor_tool_logcat","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unityvn%2Fandroid_device_monitor_tool_logcat/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unityvn%2Fandroid_device_monitor_tool_logcat/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unityvn%2Fandroid_device_monitor_tool_logcat/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/unityvn","download_url":"https://codeload.github.com/unityvn/android_device_monitor_tool_logcat/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unityvn%2Fandroid_device_monitor_tool_logcat/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31389397,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-04T04:26:24.776Z","status":"ssl_error","status_checked_at":"2026-04-04T04:23:34.147Z","response_time":60,"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":["android-debug-tools","android-device-monitor","android-logcat","androidlog","unity","unity3d"],"created_at":"2025-12-27T11:35:38.817Z","updated_at":"2026-04-04T06:07:24.190Z","avatar_url":"https://github.com/unityvn.png","language":null,"readme":"# Android Device Monitor - Android logcat tool\n\n- Để tìm bug khi build game ra thiết bị android thì mọi người hay dùng tool nào? Ngoài sử dụng `Android Studio` hoặc vào package manager của unity để cài tool `Android Logcat` thì mình thấy khá ít anh em biết có sự tồn tại của một tool logcat nữa được tích hợp sẵn khi mọi người cài unity editor.\n- Tool mà mình đang nói đến là `Android Device Monitor`, mình thường dùng tool này là chủ yếu vì mình thấy giao diện của nó khá giống với log của `Android Studio` mà lại không phải cài thêm `Android Studio` gây tốn thêm bộ nhớ cho máy tính.\n\n![monitor_device](https://github.com/user-attachments/assets/6aa8740a-cb9a-4e51-bffd-b70d8a91657f)\n\n### Lưu ý\n\n- Chỉ chạy trên window (máy mac thì bỏ qua luôn)\n- Trong máy phải có java sdk 8 (cái này nếu không mở được lên thì chỉ cần down bừa một bản java sdk 8 về cài vào máy là chạy được, không phải setup thêm gì [(Mình ghim 1 version java sdk 8 ở đây nhé)](https://github.com/unityvn/android_device_monitor_tool_logcat/releases/download/1.0.0/JavaSetup8u441.exe))\n\n### Cách dùng\n\n- Lấy SDK path trong unity\n\n![sdk_path](https://github.com/user-attachments/assets/48cce3c0-08d6-41fd-a77c-786cd8f9f356)\n\n- Mở theo sdk path \u003e tools \u003e monitor\n\n![monitor](https://github.com/user-attachments/assets/a8eab629-cf13-4340-911c-2b5eb351926e)\n\nĐến đây chỉ cần mở monitor lên và dùng thôi (nếu mở thông thường không được thì hãy thử mở bằng Administrator)\n\n- Hoặc ném method này vào static class nào đó rồi gọi nó ra cũng có thể mở được Monitor lên nhé\n\n```csharp\n        public static void OpenMonitor()\n        {\n            string path = $\"{AndroidExternalToolsSettings.sdkRootPath}/tools/monitor.bat\";\n            if (File.Exists(path))\n            {\n                Process process = new Process();\n                process.StartInfo.FileName = path;\n                process.StartInfo.Verb = \"runas\";\n                process.StartInfo.WindowStyle = ProcessWindowStyle.Hidden;\n                process.Start();\n            }\n        }\n```\n\n`Chúc anh em nghịch thành công!`\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Funityvn%2Fandroid_device_monitor_tool_logcat","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Funityvn%2Fandroid_device_monitor_tool_logcat","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Funityvn%2Fandroid_device_monitor_tool_logcat/lists"}