Android Question ObfuscatorMap.txt repeatabilty

ac9ts

Active Member
Licensed User
Longtime User
My version control consists of zipping a "Clean" project and storing it by version number. One of the files that is removed during the clean process is ObfuscatorMap.txt. When a user submits a crash report, all the subs and variables have been obviously modified.

My question is; If I recompile the zipped code to look for the bug, will the newly created ObfuscatorMap.txt match? In other words, will "httputils2service._vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv2" as listed in the crash report map back to the same sub once I recompile?
 
Top