android - Manually upload mapping.txt to crashlytics -


i have old build android apk obfuscated code. have mapping.txt. there way manually upload mapping.txt crashlytics without requiring rebuild apk again? not have correct versions of jdk, android sdk, etc ensure build exact same apk binary.

alternatively, can use gradle on current version upload mapping.txt previous version?

i don't think feasible. guess crashlytics associates unique id each build, , id in turn used retrieve corresponding mapping.

the thing can manually de-obfuscate code using retrace script.


Comments

Popular posts from this blog

java - Spring Data JPA: Why findOne(id) executing delete query internally? -

python - Mongodb How to add addtional information when aggregating? -

java - Incorrect order of records in M-M relationship in hibernate -