setName static method

void setName(
  1. String name
)

Implementation

static void setName(String name ) {
  LogDeveloperInfo.appId = name;
}