REST Resource: edits.deobfuscationfiles
Resource: DeobfuscationFile
Merepresentasikan file deobfuscation.
DeobfuscationFileType
Jenis file deobfuscation.
Enum |
deobfuscationFileTypeUnspecified |
Jenis file deobfuscation tidak ditentukan. |
proguard |
Jenis file deobfuscation Proguard. |
nativeCode |
Jenis file simbol proses debug native. |
Metode |
|
Mengupload file deobfuscation baru dan melampirkannya ke APK yang ditentukan. |
Kecuali dinyatakan lain, konten di halaman ini dilisensikan berdasarkan Lisensi Creative Commons Attribution 4.0, sedangkan contoh kode dilisensikan berdasarkan Lisensi Apache 2.0. Untuk mengetahui informasi selengkapnya, lihat Kebijakan Situs Google Developers. Java adalah merek dagang terdaftar dari Oracle dan/atau afiliasinya.
Terakhir diperbarui pada 2024-08-22 UTC.
[null,null,["Terakhir diperbarui pada 2024-08-22 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."]]],[]]