REST Resource: edits.deobfuscationfiles
Ressource: DeobfuscationFile
Stellt eine Offenlegungsdatei dar.
DeobfuscationFileType
Typ einer Offenlegungsdatei.
Enums |
deobfuscationFileTypeUnspecified |
Nicht angegebener Offenlegungsdateityp. |
proguard |
Dateityp der Proguard-Offenlegungsdatei. |
nativeCode |
Dateityp für Symbole zum Debuggen von nativem Code. |
Methoden |
|
Eine neue Deobfuscierungsdatei wird hochgeladen und an das angegebene APK angehängt. |
Sofern nicht anders angegeben, sind die Inhalte dieser Seite unter der Creative Commons Attribution 4.0 License und Codebeispiele unter der Apache 2.0 License lizenziert. Weitere Informationen finden Sie in den Websiterichtlinien von Google Developers. Java ist eine eingetragene Marke von Oracle und/oder seinen Partnern.
Zuletzt aktualisiert: 2024-12-17 (UTC).
[null,null,["Zuletzt aktualisiert: 2024-12-17 (UTC)."],[[["DeobfuscationFile represents a file used to reverse obfuscation, which is a technique used to hide code functionality."],["It supports different file types like Proguard and Native debugging symbols, indicated by the `symbolType` field."],["Developers can upload these files to Google Play using the `upload` method to help with debugging and crash analysis."],["The DeobfuscationFileType enum specifies the type of deobfuscation file, which can be Proguard, native code, or unspecified."],["Deobfuscation files can be represented in JSON format, containing information like the symbol type."]]],[]]