https://github.com/rifqimfahmi/hello-world-jni-crashlytic
https://github.com/rifqimfahmi/hello-world-jni-crashlytic
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/rifqimfahmi/hello-world-jni-crashlytic
- Owner: rifqimfahmi
- Created: 2023-03-26T08:42:12.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2023-03-26T13:58:59.000Z (about 2 years ago)
- Last Synced: 2025-01-14T09:58:19.995Z (5 months ago)
- Language: Kotlin
- Size: 104 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
huh?
--
Copy unstripped native lib from the module
```
find nativelib/build -path "*cmake/debug*.so" -exec bash -c 'cp -r $(dirname {}) unstripped-native-lib' \;
```
Verify if the unstripped and stripped object shared the same Build ID
```
readelf -n {path_to_so_file}
```