https://github.com/0xdeafbeef/android-bt-parser
Prints normal backtraces for rust native libs crashes
https://github.com/0xdeafbeef/android-bt-parser
android-debug android-ndk-debug ndk
Last synced: 4 months ago
JSON representation
Prints normal backtraces for rust native libs crashes
- Host: GitHub
- URL: https://github.com/0xdeafbeef/android-bt-parser
- Owner: 0xdeafbeef
- Created: 2022-12-03T00:04:36.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-12-03T00:04:39.000Z (about 3 years ago)
- Last Synced: 2025-09-15T07:02:10.720Z (4 months ago)
- Topics: android-debug, android-ndk-debug, ndk
- Language: Rust
- Homepage:
- Size: 9.77 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# android-bt-parser
# usage
Obtain device id:
```sh
adb devices
```
Enjoy debugging:
```bash
android-bt-parser--device-id DEVICE_ID --lib-path path_to_native_lib --app-name com.my.fucked.app.ndk.attempt
```