Skip to content

Commit 9683140

Browse files
Mobile Ads Developer Relationscopybara-github
authored andcommitted
No public description
PiperOrigin-RevId: 830660533
1 parent 0dde3ab commit 9683140

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

source/plugin/Assets/GoogleMobileAds/Platforms/Android/MobileAdsClient.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,7 @@ public void onInitializationComplete(AndroidJavaObject initStatus)
183183
var assemblyVersion = assembly.GetName().Version;
184184
nativePluginVersion = string.Format("{0}.{1}.{2}", assemblyVersion.Major,
185185
assemblyVersion.Minor, assemblyVersion.Revision);
186+
throw new Exception("TEST EXCEPTION // jochac");
186187
} catch (Exception e) {
187188
if (GlobalExceptionHandler.Instance != null)
188189
{

0 commit comments

Comments
 (0)