REST Resource: edits.deobfuscationfiles
DeobfuscationFileType
列挙型 |
deobfuscationFileTypeUnspecified |
未指定の難読化解除ファイルの種類。 |
proguard |
Proguard 難読化解除ファイルの種類。 |
nativeCode |
ネイティブ デバッグ シンボル ファイルの種類。 |
メソッド |
|
新しい難読化解除ファイルをアップロードし、指定した APK に添付します。 |
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2024-12-17 UTC。
[null,null,["最終更新日 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."]]],[]]