Quick log downgrade until Safetyhub APK drok

Change log status to Debug from Wtf until we can drop a safetyhub
prebuilt into goog/master to handle the intent.

Test: Built apk

Change-Id: Ia6e89034a47a4edcde66cf847b4f0fe1ba8fb255
This commit is contained in:
Matthew Fritze
2020-10-16 15:24:13 -07:00
parent a4091c6922
commit e15875cc06

View File

@@ -3987,7 +3987,8 @@ public class StatusBar extends SystemUI implements DemoMode,
PackageManager pm = mContext.getPackageManager();
ResolveInfo resolveInfo = pm.resolveActivity(emergencyIntent, /*flags=*/0);
if (resolveInfo == null) {
Log.wtf(TAG, "Couldn't find an app to process the emergency intent.");
// TODO(b/171084088) Upgrade log to wtf when we have default app in main branch.
Log.d(TAG, "Couldn't find an app to process the emergency intent.");
return;
}