https://github.com/adrianogil/androiddevscripts
Few random scripts for Android development
https://github.com/adrianogil/androiddevscripts
Last synced: 7 months ago
JSON representation
Few random scripts for Android development
- Host: GitHub
- URL: https://github.com/adrianogil/androiddevscripts
- Owner: adrianogil
- License: mit
- Created: 2017-12-14T13:33:53.000Z (about 8 years ago)
- Default Branch: main
- Last Pushed: 2025-02-08T16:02:02.000Z (11 months ago)
- Last Synced: 2025-02-08T17:19:31.598Z (11 months ago)
- Language: Shell
- Size: 1.91 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AndroidDevScripts
Few random scripts for Android development
# Command line options
Save logcat in current directory
```
dlog []
```
Search for a string in last saved logcat in current directory
```
logtext
```
Show logs from an Unity application
```
logunity
```
Show exceptions from an Unity application
```
logunityexception
```
Get process id of an Unity application
```
logunitypid
```
Alias to open files
## Planned features
- List logs generated in a specific date in current log directory
```
dlog-tool -l
dlog-tool -l --today
```
- Smarter log tools
## Installation
Add the following lines to your bashrc:
```
export ANDROID_DEV_SCRIPTS_DIR=//AndroidDevScripts/
source ${ANDROID_DEV_SCRIPTS_DIR}/bashrc.sh
```
(WIP I am going to create a better setup)
## Contributing
Feel free to submit PRs. I will do my best to review and merge them if I consider them essential.
## Development status
This is a very alpha software. The code was written with no consideration of coding standards and architecture. A refactoring would do it good...
## Interesting Android development resources:
* https://github.com/mzlogin/awesome-adb/blob/master/README.en.md#device-connection-management