Home
last modified time | relevance | path

Searched refs:kProductIDKey (Results 1 – 1 of 1) sorted by relevance

/system/core/crash_reporter/
Duser_collector.cc64 static const char kProductIDKey[] = "product_id"; variable
518 if (!reader.GetString(kProductIDKey, &value)) { in ConvertAndEnqueueCrash()
519 LOG(ERROR) << "Could not read " << kProductIDKey in ConvertAndEnqueueCrash()
522 AddCrashMetaData(kProductIDKey, value); in ConvertAndEnqueueCrash()