-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
25 lines (25 loc) · 1.52 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{
"name": "com.unity.mobile.android-logcat",
"displayName": "Android Logcat",
"version": "1.4.4",
"unity": "2021.3",
"description": "Android Logcat package provides support for:\n - Android log messages\n - Android application memory statistics\n - Input injection\n - Android Screen Capture\n - Android Screen Recorder\n - Stacktrace Utility\n\nClick the 'View documentation' link above for more information.\n\nThe window can be accessed in Unity Editor via 'Window > Analysis > Android Logcat', or simply by pressing 'Alt+6' on Windows or 'Option+6' on macOS. \n\nMake sure to have Android module loaded and switch to Android build target in 'Build Settings' window if the menu doesn't exist.",
"keywords": [
"Mobile",
"Android",
"Logcat"
],
"dependencies": {},
"_upm": {
"changelog": "### Fixes & Improvements\n - Default AutoScroll to Auto when there's not logcat settings saved\n - Fix a bug, where logcat would sometimes connect to wrong device when you have two or more devices connected to host. The fix is only available for Unity 6.1 or higher, since that's the version where the required application launch callback was introduced."
},
"upmCi": {
"footprint": "ee54bb79e408d628755781669d1b8ecf5c70b616"
},
"documentationUrl": "https://docs.unity3d.com/Packages/[email protected]/manual/index.html",
"repository": {
"url": "https://github.com/Unity-Technologies/com.unity.mobile.logcat.git",
"type": "git",
"revision": "a7be70627fd638630a4541312b1e93348d78089d"
}
}