Searched refs:logStr (Results 1 – 3 of 3) sorted by relevance
261 String logStr = "isPendingIntentValid: " + intentType + " intent was created by " in isPendingIntentValid() local263 loge(logStr); in isPendingIntentValid()264 AnomalyReporter.reportAnomaly(UUID.fromString(UUID_BAD_PENDING_INTENT), logStr); in isPendingIntentValid() local
66 fun logStr(str: String) = logBuffer.log(TAG, LogLevel.DEBUG, { str1 = str }, { "$str1" }) regex
2784 final String logStr = "Registration Failed for phoneId=" + phoneId in notifyRegistrationFailed() local2789 mLocalLog.log(logStr); in notifyRegistrationFailed()2790 if (DBG) log(logStr); in notifyRegistrationFailed()