MASTG-BEST-0002 ログ記録コードを削除する (Remove Logging Code)
ProGuard の使用
-assumenosideeffects class android.util.Log
{
public static boolean isLoggable(java.lang.String, int);
public static int v(...);
public static int i(...);
public static int w(...);
public static int d(...);
public static int e(...);
public static int wtf(...);
}Log.v("Private key tag", "Private key [byte format]: " + key);Log.v("Private key tag", "Private key [byte format]: $key")カスタムログ記録
PreviousMASTG-BEST-0001 安全な乱数生成 API を使用する (Use Secure Random Number Generator APIs)NextMASTG-BEST-0003 プライバシー規制とベストプラクティスを遵守する (Comply with Privacy Regulations and Best Practices)
Last updated