An open API service indexing awesome lists of open source software.

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

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
```