Commit e096591e authored by shyam's avatar shyam Committed by Commit Bot

Removing stack trace for debug message.

Change-Id: Icf7368771f79d7c4e42c5845fb3a1fc6914a0469
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1864384
Commit-Queue: Andrew Grieve <agrieve@chromium.org>
Auto-Submit: Shyamsundar Parthasarathy <shyamsundarp@chromium.org>
Reviewed-by: default avatarAndrew Grieve <agrieve@chromium.org>
Cr-Commit-Position: refs/heads/master@{#706582}
parent b6be2bba
...@@ -137,7 +137,7 @@ public class BuildInfo { ...@@ -137,7 +137,7 @@ public class BuildInfo {
try { try {
gmsPackageInfo = pm.getPackageInfo("com.google.android.gms", 0); gmsPackageInfo = pm.getPackageInfo("com.google.android.gms", 0);
} catch (NameNotFoundException e) { } catch (NameNotFoundException e) {
Log.d(TAG, "GMS package is not found.", e); Log.d(TAG, "GMS package is not found.");
} }
gmsVersionCode = gmsPackageInfo != null gmsVersionCode = gmsPackageInfo != null
? String.valueOf(packageVersionCode(gmsPackageInfo)) ? String.valueOf(packageVersionCode(gmsPackageInfo))
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment